From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200302151621.h1FGLwM05674@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Ugly hack In-Reply-To: Your message of "Sat, 15 Feb 2003 11:18:41 EST." From: Dan Cross Date: Sat, 15 Feb 2003 11:21:58 -0500 Topicbox-Message-UUID: 620b27f6-eacb-11e9-9e20-41e7f4b1d025 This is the type of think I use walk and sor for all the time: walk -d 1 . | sor 'test -d' Is basically the same as, ``echo */''. - Dan C.