Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!bcm!convex!rosenkra From: rosenkra@convex.com (William Rosencranz) Newsgroups: comp.sys.atari.st Subject: Re: Directory compress routine ? Keywords: TOS, Directory, Compress Message-ID: <1991Jan30.174525.29272@convex.com> Date: 30 Jan 91 17:45:25 GMT References: <5050688@zebedee.uucp> Sender: usenet@convex.com (news access account) Organization: Convex Computer Corporation; Richardson, TX Lines: 47 Nntp-Posting-Host: convex1.convex.com In article <5050688@zebedee.uucp> zebedee.geoffc@tharr.uucp writes: >Does anyone have a program that will compress a TOS directory so that all >the directory entries for the files lie at the start of the directory ? >I know that the reorder option of Neodesk 3 does this but I would like a >program I can use from a CLI to do the same job (to cut down on having to >quit back to Neodesk). i am not exactly sure what u mean, but consider this: find mydir -type d -print >xxx find mydir -type f -print >>xxx zoo aI archive