Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use the UNIX redirect command to create lists' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use the UNIX redirect command to create lists
Authored by: fivefifty on Jun 18, '03 03:23:59PM

Alternatively you can do

find . > list.txt


This will list each file with its entire path (sometimes useful).



[ Reply to This | # ]