view bin/lowercase @ 10408:dd35edf430b4

<oerjan> sled bin/lowercase//s,sed,LANG=en_NZ.UTF-8 &,
author HackBot
date Sat, 11 Mar 2017 21:54:49 +0000
parents c989a1669243
children a40a87b3a267
line wrap: on
line source

#!/bin/bash
tr A-Z a-z | LANG=en_NZ.UTF-8 sed 's/Ø/ø/g'