Does anyone know of a better utility than the stock 'find' command? I'm
trying to get find to make a file listing while omitting certain directories
and files and it just doesnt seem to work and I can find zero help on this
particular functionality of find despit coming through the oreilly books, man
pages, and google.
Does anyone know of a replacement for find that maybe a bit more useful or
intuitive? Thanks..
This is what I'm trying to do:
/bin/nice /usr/bin/find / -mtime -3 -print -path /proc -o -name 'kcore*'
-prune> /root/backupfiles
..aiming to get a listing of all files omitting the /proc files and the
"kcore" file..
Aaron Price
American Association of Variable Star Observers, www.aavso.org
"We are the music makers, we are the dreamers of the dreams." - Roald Dahl