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")
 
m (Razzi moved page Tree limit depth to How to limit depth with tree command without leaving a redirect)
 

Latest revision as of 16:15, 15 December 2021

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