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

find command



Hi,
I've been doing web searches for this, and have found nothing that makes any 
sense.
I'm trying to pipe the results of a find to a text file.
I've tried some things like, while trying to find log files in all 
subdirectories:
find ~/ -type f -name *.log | find.txt
Or:
find ~/ -type f -name *.log -print0 | find.txt
Originally, before searching on-line, I tried:
find ~/ -type f -name *.log >  find.txt
Thanks for any help.
Glenn 


Reply to: