G'day, in the world of the 'other OS' (Win/DOS) I frequently used this command line (run from the desired folder directory):
tree /f /a >c:\test.txt
This produced a text file containing a folder+file list of the contents of an drive or folder.
Is there a simple equivalent terminal command in linux that would do the same thing?
Thank you.
Bookmarks