Search Results

Search: Posts Made By: LivinFree
53,789
Posted By LivinFree
Try something like this: #!/bin/sh # Do...
Try something like this:

#!/bin/sh
# Do the directories first, so that the
# path doesn't change
for each in `find . -type d`
do
newname=`echo $each | tr [A-Z] [a-z]`
mv $each $newname
done...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy