Learning Unix
Saturday, July 24, 2004
find
% find
path operators
operators:
-name burst
-type d
-user root
-perm 705
find . -name "*.o" -ok rm {} \;
find . -name "*.o" -exec rm {} \;
ls -l `find . -print` // Command Substitution
find . -ls
posted by hulo543 @
8:31 PM
0 comments
0 Comments:
Post a Comment
<< Home
Previous Posts
RUF: Reading unmounted filesystems
mke2fs to format partitions
Using 'od' to see partition contents in hex
Sed - Ellie Quigley - Chap 4 exercise
Sed - Ellie Quigley - Chap 4
0 Comments:
Post a Comment
<< Home