wok-6.x
annotate coreutils/description.txt @ rev 20488
Up perl-dbd-mysql (4.048), perl-dbd-pg (3.7.4), perl-dbd-sqlite (1.58)
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Fri Oct 26 10:45:25 2018 +0200 (2018-10-26) |
parents |
|
children |
|
rev |
line source |
al@19215
|
1 Coreutils: Core GNU (file, text, shell) utilities.
|
al@19215
|
2
|
al@19215
|
3 * base64: base64 encode/decode data and print to standard output
|
al@19215
|
4 * cp: copy files and directories
|
al@19215
|
5 * csplit: split a file into sections determined by context lines
|
al@19215
|
6 * factor: factor numbers
|
al@19215
|
7 * fmt: simple optimal text formatter
|
al@19215
|
8 * groups: print the groups a user is in
|
al@19215
|
9 * join: join lines of two files on a common field
|
al@19215
|
10 * od: dump files in octal and other formats
|
al@19215
|
11 * paste: merge lines of files
|
al@19215
|
12 * ptx: produce a permuted index of file contents
|
al@19215
|
13 * shred: overwrite a file to hide its contents, and optionally delete it
|
al@19215
|
14 * shuf: generate random permutations
|
al@19215
|
15 * split: split a file into pieces
|
al@19215
|
16 * users: print the user names of users currently logged in to the current
|
al@19215
|
17 host
|