Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
How can I print a folder directory to a text file?
There used to be a program called Dir2Text, which you could just point it to a folder or a whole disk, and it would traverse the directory and print it to a textfile, with subfolders indented and everything. Now I need it and can't find it. Anyone know where to find it? Or is there something better these days? TIA
3 Antworten
- _ObjectLv 6vor 6 JahrenBeste Antwort
The program is classically called `tree':
On a Unix system, at a shell prompt, run
tree -o myfile
http://linux.die.net/man/1/tree
On Windows, at a shell prompt, run
tree > %USERPROFILE%\tree.txt
- vor 6 Jahren
hey is there anyway I can contact you. I'm helping my son with some chemistry work and you seem to know a lot