Jump to content

GNU Core Utilities

From Wikipedia, the free encyclopedia
(Redirected from Textutils)
GNU Core Utilities
Developer(s)GNU Project
Stable release
9.7[1] Edit this on Wikidata / 9 April 2025
Repository
Written inC, shell script[2]
Operating systemUnix-like
TypeMiscellaneous utilities
License2007[a]: GPL-3.0-or-later
2002[b]: GPL-2.0-or-later
Websitewww.gnu.org/software/coreutils/

The GNU Core Utilities or coreutils is a collection of GNU software that implements many standard, Unix-based shell commands. See list. The utilities generally provide POSIX compliant interface when the POSIXLY_CORRECT environment variable is set, but otherwise offers a superset to the standard interface. For example, the utilities support long options and options after parameters. This environment variable enables a different functionality in BSD.

Similar collections are available in the FOSS ecosystem, with a slightly different scope and focus (less functionality), or license. For example, BusyBox which is licensed under GPL-2.0-only, and Toybox which is licensed under 0BSD.

History

[edit]

In 1990, David MacKenzie announced GNU fileutils.[3]

In 1991, MacKenzie announced GNU shellutils and GNU textutils.[4][5] Moreover, Jim Meyering became the maintainer of the packages (known now as coreutils) and has remained so since.[6]

In September 2002, the GNU coreutils were created by merging the earlier packages textutils, shellutils, and fileutils, along with some other miscellaneous utilities.[7]

In July 2007, the license of the GNU coreutils was updated from GPL-2.0-or-later to GPL-3.0-or-later.[8]

See also

[edit]

Notes

[edit]
  1. ^ GPL-3.0-or-later since version 6.10.
  2. ^ GPL-2.0-or-later until version 6.9.

References

[edit]
  1. ^ Pádraig Brady (9 April 2025). "coreutils-9.7 released [stable]". Retrieved 9 April 2025.
  2. ^ "The GNU Core Utilities Open Source Project on Open Hub: Languages Page". Archived from the original on 2019-03-28. Retrieved 2019-03-28.
  3. ^ "GNU file utilities release 1.0". groups.google.com.
  4. ^ "GNU shell programming utilities released". groups.google.com.
  5. ^ "new GNU file and text utilities released". groups.google.com.
  6. ^ "GNU's Who".
  7. ^ Meyering, Jim (2003-01-13). "README-package-renamed-to-coreutils". Archived from the original on 2019-12-25. Retrieved 2018-08-15.
  8. ^ Meyering, Jim (2007-07-23). "COPYING: Update to Version 3". Archived from the original on 2019-12-25. Retrieved 2018-08-15.
[edit]