Find : ?? ????: ??

??? ?? ?? ???

??: find ??? ??? ?????? ??? ?? ? ?????.

??: ???? ?? -?? [ -print ] [ -exec -ok ?? ] {} ;

??? ?? ?? ?

?? ????? ?? ????? ?? ?? ???? c? ?? ??? ?????.

# find . -name "*.c"

?? ????? ?? ????? ?? ?? ?? ??

# find . -type f

?? 20? ?? ????? ?? ????? ?? ????? ?? ?? ??

# find . -ctime -20

/var/log ?????? ?? ?? ?? 7?? ?? ?? ?? ? ?? ? ??:

# find /var/log -type f -mtime +7 -ok rm {} \;

?? ?????? ?? ????? ?? ? ?? ??? ?? ??? ?? ??? ???? ?? ????? ?? ??? ?? ??? ????. :

# find . -type f -perm 644 -exec ls -l {} \;

????? ?? ??? 0? ?? ?? ??? ?? ?? ??? ?????:

# find / -type f -size 0 -exec ls -l {} \;