Forrest logo
back to the br tool

br:tldr:9422c

br: Start displaying directories only.
$ br --only-folders
try on your machine

The "br --only-folders" command is used to list or perform operations exclusively on folders in a directory using a command-line tool called "br".

Here is a breakdown of the command:

  • "br": It represents the command itself, which is typically an abbreviation for "browse" or a similar operation.

  • "--only-folders": It is an option or flag that modifies the behavior of the "br" command. In this case, it specifies that only folders (directories) should be displayed or affected by the command. This option is useful when you want to narrow down the list of items or perform operations exclusively on folders.

For example, if you execute the "br" command without "--only-folders", it might list all the files and folders in a given directory. However, when you add "--only-folders", it will only display the folders, excluding any files present in that directory.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the br tool