bell notificationshomepageloginNewPostedit profile

Topic : Re: Writing a programming book: how to present directory structures What is good/preferred way of presenting directory trees in programming books? My main criteria are following: It should be readable - selfpublishingguru.com

10% popularity

Try
tree -d
at the CLI. Does pretty much what you want - automatically and should be easy to copy and paste into a document.

shelelia@halo:~$ tree -d installs
installs
├── bash_library
├── dropbox
│   ├── DEBIAN
│   ├── DropboxServiceMenu-0.16.1
│   │   └── dropbox-scripts
│   └── kde
├── HP
...

It looks better on a terminal than in this post.


Load Full (0)

Login to follow topic

More posts by @Michele605

0 Comments

Sorted by latest first Latest Oldest Best

Back to top