* Phil Betts (Mon, 22 Dec 2008 12:48:31 -)>
> Steve Lefevre wrote on Sunday, December 14, 2008 11:02 PM::
>
> > Larry Hall (Cygwin) wrote:
> >> Steve Lefevre wrote:
> >>> Hello -
> >>> I'm desperately looking for a source for the tree command in
cygwin.
> >>> It isn't listed separately in an
Steve Lefevre wrote on Sunday, December 14, 2008 11:02 PM::
> Larry Hall (Cygwin) wrote:
>> Steve Lefevre wrote:
>>> Hello -
>>>
>>> I'm desperately looking for a source for the tree command in cygwin.
>>> It isn't listed separately in any of the package sources that I
>>> looked at. I tried goog
You can try using the windows one at: c:/WINDOWS/system32/tree.com
Or you can roll you own as shown below which will also work on *nix machines.
enjoy.
Lynn
=
#!/bin/bash
# This scripts graphically displays a file directory structure
# Does NOT work with file name
Cygwin has the command d which works a bit like tree. Try
d -c- -R -t .
(where the options used render the output most tree-like). Try
d -h
for help.
Fergus
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
Larry Hall (Cygwin) wrote:
Steve Lefevre wrote:
Hello -
I'm desperately looking for a source for the tree command in cygwin.
It isn't listed separately in any of the package sources that I
looked at. I tried googling and search the cygwin website, but they
just return results for "source tre
Steve Lefevre wrote:
Hello -
I'm desperately looking for a source for the tree command in cygwin. It
isn't listed separately in any of the package sources that I looked at.
I tried googling and search the cygwin website, but they just return
results for "source tree" or "filesystem tree" -- n
* Steve Lefevre (Sun, 14 Dec 2008 17:12:12 -0500)>
>
> I'm desperately looking for a source for the tree command in cygwin. It
> isn't listed separately in any of the package sources that I looked at.
> I tried googling and search the cygwin website, but they just return
> results for "source
Hello -
I'm desperately looking for a source for the tree command in cygwin. It
isn't listed separately in any of the package sources that I looked at.
I tried googling and search the cygwin website, but they just return
results for "source tree" or "filesystem tree" -- nothing about the tree
8 matches
Mail list logo