Forrest logo
tool overview
On this page you find all important commands for the CLI tool br. If the command you are looking for is missing please ask our AI.

br

The command line tool 'br' stands for 'browse' and is used for opening files and directories from the command line in a text-based browser. It is commonly used on Unix-based systems, including Linux and macOS. The 'br' command is typically followed by the name of a file or directory that you wish to open and view. By default, 'br' opens the content in the text-based browser which allows you to navigate and view files and directories in a text-based format. You can navigate within the opened file or directory using keyboard commands such as arrow keys or page up/down. The 'br' tool supports viewing different file types, including plain text, HTML, and even compressed archives like ZIP or GZIP files. It does not support interactive online browsing and only displays static content. Additionally, 'br' does not have editing capabilities, so it cannot modify the content of files or directories. The tool provides a lightweight and efficient way to quickly view and browse files without the need for a graphical user interface. Overall, 'br' is a simple and convenient command line tool for text-based browsing of files and directories.

List of commands for br:

  • br:tldr:46ec2 br: Start displaying hidden files and directories.
    $ br --hidden
    try on your machine
    explain this command
  • br:tldr:585a5 br: Start displaying the size of files and directories.
    $ br --sizes
    try on your machine
    explain this command
  • br:tldr:9422c br: Start displaying directories only.
    $ br --only-folders
    try on your machine
    explain this command
  • br:tldr:a6098 br: Start displaying permissions.
    $ br --permissions
    try on your machine
    explain this command
  • br:tldr:dc634 br: Start and navigate the current directory tree interactively.
    $ br
    try on your machine
    explain this command
tool overview