Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Excluding File type in Shell Find



> find /home/chuck/docs -mtime -3 \! -type d -print > /home/chuck/docs/temp/filelist-incr.txt

find /home/chuck/docs/ -mtime -3 -type f \! -name "*.tar.gz" -print >
/home/chuck/docs/temp/filelist-incr.txt

Edward Middleton <edwardmiddleton@example.com>


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links