view bin/lowercase2 @ 10400:690e425aa4a9

<hppavilion1> ` sed -i "s/A\xcc\x8a/\xc3\x85/" bin/lowercase2
author HackBot
date Sat, 11 Mar 2017 08:59:17 +0000
parents 3bfbf2cf838d
children 950707f03c81
line wrap: on
line source

#!/bin/bash
tr A-Z a-z | sed 'y/ØÅÆŒÞÐÄÖÜ/øåæœþðäöü/'