Subdirectory listing

Charlie Geyer charlie at mica.stat.washington.edu
Sun May 21 14:18:17 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 directoryname -type d -print



More information about the Comp.unix.wizards mailing list