wok-6.x view coreutils/description.txt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
parents
children
line source
1 Coreutils: Core GNU (file, text, shell) utilities.
3 * base64: base64 encode/decode data and print to standard output
4 * cp: copy files and directories
5 * csplit: split a file into sections determined by context lines
6 * factor: factor numbers
7 * fmt: simple optimal text formatter
8 * groups: print the groups a user is in
9 * join: join lines of two files on a common field
10 * od: dump files in octal and other formats
11 * paste: merge lines of files
12 * ptx: produce a permuted index of file contents
13 * shred: overwrite a file to hide its contents, and optionally delete it
14 * shuf: generate random permutations
15 * split: split a file into pieces
16 * users: print the user names of users currently logged in to the current
17 host