type discriminating directory listing

Arthur David Olson ado at elsie.UUCP
Sun May 14 05:37:39 AEST 1989


> what would be the command for getting a partial directory listings
> of only the subdirectories and symbolic-links ?

Subdirectories come cheap:
			ls -d */.
(which avoids the loss of columnar output on BSD-style systems).
-- 
		Space throughout history:  Canada, 0 tries.
	Arthur David Olson    ado at ncifcrf.gov    ADO is a trademark of Ampex.



More information about the Comp.unix.questions mailing list