Re: listing directories
JyotiC <jyoti.chhabra@gmail.com> wrote:
> i wanna write a shell script which will list all the directories in
> that folder,
> it should only output dir no other file.
> is there a command to do so
find . -type d -print
Regards, Frank
--
There are no threads in alt.binaries.pictures.erotica,
so there's no gain in using a threaded news reader.
-- unknown source
|