Tech Support > Operating Systems > UNIX / Variants > find maxdepth
find maxdepth
Posted by jammer on May 13th, 2008


I want to find all the files in a directory (not delving in other
directories).
-maxdepth is not on my find. :-(
SunOS 5.8 Last change: 9 Apr 1999

Posted by Vakayil Thobias on May 14th, 2008



"jammer" <jameslockie@mail.com> wrote in message
news:8b5fa936-5bfa-46f2-9bfe-1e150e9f1b45@k37g2000hsf.googlegroups.com...
ls -l | grep -v "^d"