

GNU Core Utilities
16 likes
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...
License model
- Free • Open Source
Platforms
- Linux
Features
GNU Core Utilities News & Activities
Highlights All activities
Recent News
No news, maybe you know any news worth sharing?
Share a News TipRecent activities
- tamoi added GNU Core Utilities as alternative to uutils coreutils
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"