in reply to Changing file permissions recursively
In Perl, you're looking for the file test operator -f. The file test operators are documented with their related function, stat.find . -type f -print | xargs chmod 700
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Changing file permissions recursively
by EvanCarroll (Chaplain) on Oct 24, 2005 at 21:34 UTC |