[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Case Conversion



Hello,

I have a simple problem, but it's compunded due to its size.

I have a directory with roughly 120 files.

The file names are all in uppercase.

What is an easy way to convert all these file names to lower case?

I was thinking of using a series of pipes through sed such as

sed 's/A/a/g' | sed 's/B/b/g' | .... | sed 's/Z/z/g'

is there a command to do this?

Thanks...

Ahbaid.

-- 
Ahbaid Gaffoor
Systems Administrator
Guyana Sugar Corporation
199 Camp Street, Georgetown, 
Guyana, S. America

Phone:	592-2-50120
Fax:	592-2-70410
e-mail:	ahbaidg guyana net gy or ahbaidg yahoo com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]