How to limit depth with tree command: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with " sandbox $ tree -L 2 . ├── dir-a │   └── dir-b └── file")
(No difference)

Revision as of 16:15, 15 December 2021

sandbox $ tree -L 2
.
├── dir-a
│   └── dir-b
└── file