Lost Treasures of the DOS World: tree!
I luckily stumbled onto a long forgotten gem today -- the Tree command in DOS. What does tree do? Tree promises to: "Graphically display the directory structure of a drive or path."
Here's the output of tree called on the obj folder of a .net project, for example: >tree +---Debug ¦ +---temp ¦ +---TempPE +---Release +---temp +---TempPE
It's awesome to see the Graphical power of DOS unleashed! Here it is with the marvelous 'f' parameter, that also shows files... >tree /f +---Debug ¦ ¦ AboSoftLib.dll ¦ ¦ AboSoftLib.pdb ¦ ¦ TSLib.dll ¦ ¦ TSLib.pdb ¦ ¦ TSLib.vbproj.FileListAbsolute.txt ¦ ¦ TSLib.xml ¦ ¦ ¦ +---temp ¦ +---TempPE +---Release ¦ TSLib.dll ¦ TSLib.vbproj.FileListAbsolute.txt ¦ TSLib.xml ¦ +---temp +---TempPE
What joy! (Now where was I? Ah yes, about to install nc)
'Don2' on Wed, 02 Jul 2008 09:41:36 GMT, sez: Don't laugh at nc
linux people still use bsc, Bee Soft Commander, a clone of norton commander and a very powerful tool.
It has almost every feature imaginable.
'Andrew' on Wed, 02 Jul 2008 10:51:58 GMT, sez: Takes me back to my Xtree days - ah, good times.
I had 1500 files on my entire 20mb hard drive back then.
ps. Ha ha: Don - you funny.
'lb' on Wed, 02 Jul 2008 10:54:11 GMT, sez: @Andrew
xtree, ah that's what i was thinking of. And xtree gold.
'ertert' on Wed, 02 Jul 2008 11:04:25 GMT, sez: 'tree > file.txt' .... cant be beat.
'Jon Schneider' on Wed, 02 Jul 2008 11:19:08 GMT, sez: Tree even supports long filenames (not just 8.3)!
'lb' on Wed, 02 Jul 2008 11:23:30 GMT, sez: Ah - i remember my original problem now... what caused me to find 'tree'...
I'm using Vista64 at work and it doesn't seem to have the 'debug.exe' file i tend to lean on as a defacto hex dump utility.
Anyone know the equivalent in Vista64?
It's not even in the syswow64 folder.
'Raphaël lemaire' on Wed, 02 Jul 2008 12:19:12 GMT, sez: Tree is an Unix command for me. I didn't know it even exists on DOS until today.There are two entries in Wikipedia, but no date : http://en.wikipedia.org/wiki/Tree_(disambiguation)
Wonderfull command anyway.
'mike' on Wed, 02 Jul 2008 16:18:51 GMT, sez: Hey, no fair making fun of DOS. It was the only thing we had, man. And it was darn hard to keep track of all those folders on the huge 10 MB disks that came with the IBM-XT.
'Ed' on Wed, 02 Jul 2008 21:07:29 GMT, sez: when nc fell out of style, I switched to Total Commander and felt right at home.
'Denis' on Wed, 24 Sep 2008 15:23:47 GMT, sez: can i use my XP based computer and a batch file to document over 1k worth of files?
im using 'tree > file.csv' and its stopping at 136 lines... Thanks!
PS same result with *.txt
'lb' on Wed, 24 Sep 2008 20:56:35 GMT, sez: @Denis
I've got no idea what's going wrong there.
I just tested and created a tree file that covered every file on an external hard drive, no issues.
Maybe ask at stackoverflow.com?
'Denis' on Thu, 25 Sep 2008 11:04:53 GMT, sez: Ah, i've figured it out, Thanks for the response, the guy running the batch file was closing it right after it opened.
|