Subdirectory listing
Root Boy Jim
rbj at dsys.icst.nbs.gov
Tue May 23 03:55:51 AEST 1989
? In article <215 at cs.columbia.edu> olasov at cs.columbia.edu (Ben Olasov) writes:
? |I'm interested in finding a unix command usage that will return the complete
? |path names of all subdirectories below a given directory
? find /files/home/users -type d -print
Almost. Don't forget to pipe it to `sort', as find doesn't.
And BZS forgot that he asked for directorys only.
One thing I recently discovered is that find takes multiple directorys
before the options: find /here /there /everywhere -dothis -dothat ...
Root Boy Jim is what I am
Are you what you are or what?
More information about the Comp.unix.wizards
mailing list