Path: utzoo!mnetor!uunet!husc6!bloom-beacon!mit-eddie!uw-beaver!ssc-vax!uvicctr!tholm From: tholm@uvicctr.UUCP (Terrence W. Holm) Newsgroups: comp.os.minix Subject: tree(1) Message-ID: <397@uvicctr.UUCP> Date: 5 May 88 06:48:59 GMT Reply-To: tholm@uvicctr.UUCP (Terrence W. Holm) Organization: University of Victoria, Victoria B.C. Canada Lines: 36 EFTH Minix report #4 - May 1988 - tree(1) This is an implementation of tree(1) that we wrote for Minix. Please consider this a public domain program. (Yes, trivial programs can be useful.) A "man" page is included. echo x - tree.1 gres '^X' '' > tree.1 << '/' XNAME X tree(1) - print out the file tree structure X XSYNOPSIS X tree X XDESCRIPTION X The file hierarchy is displayed from the current node X to the leaves. / echo x - tree gres '^X' '' > tree << '/' Xfind `pwd` -type d -print | gres '[^/]*/' ' ' / -------------------------------------------------------------------- Edwin L. Froese uw-beaver!ubc-vision!mprg!handel!froese Terrence W. Holm uw-beaver!uvicctr!sirius!tholm