
Andy101
New User
Jul 10, 2009, 4:46 AM
Post #1 of 2
(222 views)
|
|
Working down directories
|
Can't Post
|
|
I managed to get my script working for the current directory, but would like to have the script going down into other directories. It is to replace a string in text files, but the names of these files can be anything. I would like to exclude binary (all non text files, if possible). perl -pi -e 's/OldStr/NewStr/g' * Thanks, Andy.
|