Rohit forced the electrons to say:
> I remember we had this discussion some time back.. on how to do this..
> To change all the files requested from uppercase to lowercase simply 
> use the following script:

That discussion was about renaming files with the case of only the first
letter toggled - this particular one was deemed too simple.

Try this perl one liner:

echo UNIX | perl -pe '~s/(.*)/\L$1/g'

Binand

-- 
The prompt for all occasions:
export PS1="F:\$(pwd | tr '/[a-z]' '\134\134[A-Z]')> "
--------------- Binand Raj S. ([EMAIL PROTECTED])


-----------------------------------------------------------------------
For information on this and other Linux India mailing lists check out
http://lists.linux-india.org/

Reply via email to