tholm@uvicctr.UUCP (Terrence W. Holm) (05/05/88)
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