View Single Post
Posts: 114 | Thanked: 7 times | Joined on Jan 2006
#2
Originally Posted by ascherjim
Does anyone know of a "tree" command directory listing utility compatible with Nokia 770?
perhaps 'find' is what you want.

ie,

find / | more

will search from the very top of the dir. structure and show you everything (readable by the user you're running as)

or: find . to start listing from where you are.

there are a few other command line params for find (such as -exec)