GNU Core Utilities

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 80.221.159.67 (talk) at 01:23, 27 September 2016 (Add logo to Template:Infobox software: File:Heckert GNU white.svg). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

GNU Core Utilities
Developer(s)GNU Project
Repository
Written inC
Operating systemUnix-like
TypeMiscellaneous utilities
LicenseGNU GPL v3
Websitewww.gnu.org/software/coreutils/

The GNU Core Utilities or coreutils is a package of GNU software containing reimplementations for many of the basic tools, such as cat, ls, and rm, used on Unix-like operating systems.

History

In September 2002 the GNU coreutils were created by merging the earlier packages textutils, shellutils, and fileutils, along with some other miscellaneous utilities.[1] In July 2007 the license of the GNU coreutils was updated from GPLv2 to GPLv3.[2]

Capabilities

The GNU core utilities support long options as parameters to the commands, as well as (unless the POSIXLY_CORRECT environment variable is set) the relaxed convention allowing options even after the regular arguments. Note that this environment variable enables a different functionality in BSD.

Alternatives

In the FOSS ecosystem there are alternative implementation packages available with slightly different scope and focus or license, for instance for embedded devices exists the GPLv2 licensed BusyBox and the BSD licensed Toybox.

See also

References

  1. ^ package-renamed-to-coreutils on savannah.gnu.org
  2. ^ Copying on savannah.gnu.org

External links