

GNU Core Utilities
The GNU Core Utilities or 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...
Cost / License
- Free
- Open Source
Platforms
- Linux
Features
- Command line interface
- Plain text file
GNU Core Utilities News & Activities
Recent News
Recent activities
No activities found.
GNU Core Utilities information
Featured in Lists
Specs: CPU: M1 Max Screen Size: 16" Storage: 2TB RAM: 32GB
I'm a big fan of Linux and have been using it consistently as my desktop daily driver since 2012. In that time,...
What is GNU Core Utilities?
The GNU Core Utilities or 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.




Comments and Reviews
Get some environment variables in a sorted order with these commands: env | sort | grep "^XDG_"
Print name, birth date, last access date, last modification date, last status change in human-readable format with ns resolution, one per line: stat --printf="%n\n%w\n%x\n%y\n%z\n"