wok diff coreutils/description.txt @ rev 23365
updated perl-mail-sendmail (0.79 -> 0.80)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 11:21:06 2020 +0100 (2020-03-31) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/coreutils/description.txt Tue Mar 31 11:21:06 2020 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +Coreutils: Core GNU (file, text, shell) utilities. 1.5 + 1.6 + * base64: base64 encode/decode data and print to standard output 1.7 + * cp: copy files and directories 1.8 + * csplit: split a file into sections determined by context lines 1.9 + * factor: factor numbers 1.10 + * fmt: simple optimal text formatter 1.11 + * groups: print the groups a user is in 1.12 + * join: join lines of two files on a common field 1.13 + * od: dump files in octal and other formats 1.14 + * paste: merge lines of files 1.15 + * ptx: produce a permuted index of file contents 1.16 + * shred: overwrite a file to hide its contents, and optionally delete it 1.17 + * shuf: generate random permutations 1.18 + * split: split a file into pieces 1.19 + * users: print the user names of users currently logged in to the current 1.20 + host