update coreutils

This commit is contained in:
JMARyA 2024-08-26 14:07:01 +02:00
parent 93045830d9
commit 75d48bf744
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -3,7 +3,9 @@ obj: application
website: https://www.gnu.org/software/coreutils/ website: https://www.gnu.org/software/coreutils/
repo: https://git.savannah.gnu.org/git/coreutils.git repo: https://git.savannah.gnu.org/git/coreutils.git
wiki: https://en.wikipedia.org/wiki/GNU_Core_Utilities wiki: https://en.wikipedia.org/wiki/GNU_Core_Utilities
rev: 2024-08-26
--- ---
# GNU Core Utils # GNU Core Utils
The GNU Core Utilities or coreutils is a package of GNU software containing implementations for many of the basic tools, such as cat, ls, and rm, which are used on Unix-like operating systems. The GNU Core Utilities or coreutils is a package of GNU software containing implementations for many of the basic tools, such as cat, ls, and rm, which are used on Unix-like operating systems.
@ -49,7 +51,7 @@ Usage: `chmod [OPTION]... OCTAL-MODE FILE...`
| `-f, --silent, --quiet` | suppress most error messages | | `-f, --silent, --quiet` | suppress most error messages |
| `-v, --verbose` | output a diagnostic for every file processed | | `-v, --verbose` | output a diagnostic for every file processed |
| `--reference=RFILE` | use RFILE's mode instead of specifying MODE values. RFILE is always dereferenced if a symbolic link. | | `--reference=RFILE` | use RFILE's mode instead of specifying MODE values. RFILE is always dereferenced if a symbolic link. |
| `-R, --recursive` | change files and directories recursively | | | `-R, --recursive` | change files and directories recursively |
## chown ## chown
change file owner and group change file owner and group
@ -123,10 +125,12 @@ Usage: `date [OPTION]... [+FORMAT]`
### Options ### Options
| Option | Description | | Option | Description |
| ---------------------- | ------------------------------------------ | | ------------------------ | --------------------------------------------- |
| `-d, --date=STRING` | display time described by STRING | | `-d, --date=STRING` | display time described by STRING |
| `-r, --reference=FILE` | display the last modification time of FILE | | `-r, --reference=FILE` | display the last modification time of FILE |
| `-s, --set=STRING` | set time described by STRING | | `-s, --set=STRING` | set time described by STRING |
| `-u, --utc, --universal` | print or set Coordinated Universal Time (UTC) |
| `--iso` | print ISO date (`YYYY-MM-DD`) |
## dd ## dd
convert and copy a file convert and copy a file
@ -283,7 +287,7 @@ Usage: `ls [OPTION]... [FILE]...`
### Options ### Options
| Option | Description | | Option | Description |
| ---------------------- | --------------------------------------------------- | | ---------------------- | -------------------------------------------------- |
| `-a, --all` | do not ignore entries starting with . | | `-a, --all` | do not ignore entries starting with . |
| `-h, --human-readable` | with `-l` print sizes like 1K 234M 2G etc | | `-h, --human-readable` | with `-l` print sizes like 1K 234M 2G etc |
| `-I, --ignore=PATTERN` | do not list implied entries matching shell PATTERN | | `-I, --ignore=PATTERN` | do not list implied entries matching shell PATTERN |