![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Almost impossible question
Would anyone know how to get a directory listing of all files in a directory as well as all the files in their respective subdirectories and save the listings to a file? I realize this is tricky.
|
| Forum Sponsor | ||
|
|
|
|||
|
The forums are shock full of examples. I would estimate that there would be a dozen good hints if you were to take the time search just the last few days' worth of postings.
Code:
find . -ls > outputfile |