Forrest logo
back to the dfc tool

dfc:tldr:89cd1

dfc: Display filesystems without color.
$ dfc -c never
try on your machine

The command "dfc -c never" is used to display file system disk space usage in a particular format.

Here is the breakdown of the command:

  • "dfc" is the actual command being executed. It is a third-party tool that provides a colorful and more informative replacement for the standard "df" command used in Unix-like operating systems.
  • "-c" is an option or flag that modifies the behavior of the "dfc" command. In this case, it is used to indicate the color mode to be used for displaying the output.
  • "never" is a parameter or value provided to the "-c" option. In this context, it specifies that the color should never be used, and the output will be displayed in a monochrome or plain text format.

So, when executing the "dfc -c never" command, the disk space usage information will be shown without any colors, with each file system displayed in a simple and plain format.

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 dfc tool