Search Results

Search: Posts Made By: TheMJ
5,367
Posted By TheMJ
Great, that script worked perfectly. Thanks for...
Great, that script worked perfectly.
Thanks for the quick reply tmarikle.
-TheMJ
5,367
Posted By TheMJ
Replace all occurances of a string in all file-/foldernames, recursively - SOLVED
I need a script that will replace all occurances of a string in all filenames and foldernames, recursively.

Right now I have this script:
for f in `find -name *eye*`; do
echo processing $f
...
Showing results 1 to 2 of 2

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