[Gllug] Removing special characters from filenames with bash

Matthew Cooke mpcooke3 at hotmail.com
Sun Mar 12 01:11:18 UTC 2006


>I can do B and C with $(x//y/z) but can't see a way to do A without
>writing 26 statements.

echo FiShY | tr A-Z a-z
fishy

echo FiShY | tr a-z A-Z
FISHY

How much can I get paid to just sit in front of google and answer people's 
questions ;)

Matt.


-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list