On 12/29/17, Richard Owlett <[email protected]> wrote:
>
> If someone could remind me of the command and syntax for displaying a
> file directory structure/contents as ASCII line art I could display
> display the organization of my home directory. I could then mangle the
> display an analog of the disorganization of my bookmarks.

windows: tree /a
----- send the output to a file:
mkdir c:\temp
tree /a  1>c:\temp\tree.txt  & notepad c:\temp\tree.txt

linux: http://centerkey.com/tree/

Regards,
Lee
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to