On Thu, 6 Jun 2002, David Talkington wrote: > >I use the following: > > > > ls -d */ > > That's handy -- much cleaner than the grep method, which is what I've > been doing. Thanks for the tip! -d
I'm surprised nobody suggested "find". find * -type d -prune Better than the solutions with pipes, on par with the one above. Just making sure the cat is thoroughly skinned. ---------------------------------------------------------------------------- DDDD David Kramer [EMAIL PROTECTED] http://thekramers.net DK KD DKK D Python is executable pseudocode DK KD Perl is executable line noise DDDD Bruce Eckel _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list