1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 00:35:41 +02:00
tldr/pages/linux/br.md

26 lines
475 B
Markdown
Raw Normal View History

2022-10-12 11:23:45 -03:00
# br
> Navigate directory trees interactively.
> See also: `broot`.
> More information: <https://github.com/Canop/broot>.
- Start and navigate the current directory tree interactively:
`br`
- Start displaying the size of files and directories:
`br {{[-s|--sizes]}}`
2022-10-12 11:23:45 -03:00
- Start displaying permissions:
`br {{[-p|--permissions]}}`
2022-10-12 11:23:45 -03:00
- Start displaying directories only:
`br {{[-f|--only-folders]}}`
2022-10-12 11:23:45 -03:00
- Start displaying hidden files and directories:
`br {{[-h|--hidden]}}`