Jul 22, 2002 #1 Nakis MIS Jun 5, 2002 37 CY Is there a way to list only the (sub)directories using the ls command? thanx
Jul 22, 2002 #3 MoshiachNow IS-IT--Management Feb 6, 2002 1,851 IL or: ls -lad "Long live king Moshiach !" hhttp://www.noahide.com/movement.htm Upvote 0 Downvote
Jul 28, 2002 Thread starter #4 Nakis MIS Jun 5, 2002 37 CY ls -l | grep '^d' really worked for me. ls -lad though didn't give me what I expected. thank you all guys. Upvote 0 Downvote
ls -l | grep '^d' really worked for me. ls -lad though didn't give me what I expected. thank you all guys.
Jul 29, 2002 #5 rgilles IS-IT--Management May 10, 2002 3 CA you can use : find . -type d Upvote 0 Downvote