answersLogoWhite

0

What does DC mean in linux?

User Avatar

Anonymous

13y ago
Updated: 8/19/2019

dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. Normally dc reads from the standard input; if any command arguments are given to it, they are filenames, and dc reads and executes the contents of the files before reading from standard input. All normal output is to standard output; all error output is to standard error.

User Avatar

Wiki User

13y ago

What else can I help you with?