Re: listing directories only?
From: ARIEL BOLUDOVSKY (boludovsky_at_hotmail.co.il)
Date: 09/06/05
- Next message: Rob Shepherd: "Re: listing directories only?"
- Previous message: ARIEL BOLUDOVSKY: "Re: listing directories only?"
- In reply to: Rob Shepherd: "Re: listing directories only?"
- Next in thread: Rob Shepherd: "Re: listing directories only?"
- Reply: Rob Shepherd: "Re: listing directories only?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 6 Sep 2005 11:10:05 GMT
Rob Shepherd <robshep@invalid.invalid> dixit:
> find . -type d
>
> replace . with the root of where you'd like to search.
Actually, I need also the sub-directories included. Namely, the whole dir
tree.
By now I am using
$ ls -lRr | grep "./"
but I have still to figure out how to remove chars like ":".
ARI
- Next message: Rob Shepherd: "Re: listing directories only?"
- Previous message: ARIEL BOLUDOVSKY: "Re: listing directories only?"
- In reply to: Rob Shepherd: "Re: listing directories only?"
- Next in thread: Rob Shepherd: "Re: listing directories only?"
- Reply: Rob Shepherd: "Re: listing directories only?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|