changeset 10398:8d5fdf64cf3f

<hppavilion1> ` sed -ie "s,\\\\n,\\n," bin/lowercase2
author HackBot
date Sat, 11 Mar 2017 08:52:02 +0000
parents 23f1fdcbcd25
children 3bfbf2cf838d
files bin/lowercase2e
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/lowercase2e	Sat Mar 11 08:52:02 2017 +0000
@@ -0,0 +1,1 @@
+#!/bin/bash\ntr A-Z a-z | sed 'y/ØÅÆŒÞÐÄÖÜ/øåæœþðäöü/'