Coreutils

From Free net encyclopedia

Coreutils is a package of GNU software containing many of the basic tools such as cat, ls, and rm needed for Unix-like operating systems. It is a combination of a number of earlier packages, including textutils, shellutils, and fileutils along with some other miscellaneous utilities.

Contents

GNU coreutils capabilities

The GNU core utilities support long options as parameters to the commands, as well as the relaxation of the convention of specifying options before the regular arguments, unless the POSIXLY_CORRECT environment variable is set (which however enables a different functionality in BSD). Additionally, as the GNU philosophy shifts information away from manual pages (and uses tools such as info), usage information is more extensive.

Programs included in coreutils

The Debian package coreutils-5.2.1-2 contains these programs:

In addition, coreutils contains a program called [. It is a synonym for test, permitting expressions like [ expression ].

See also

External links