wok view coreutils-multicall/description.txt @ rev 19422

fwknop: gpg support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 30 19:44:10 2016 +0200 (2016-09-30)
parents
children
line source
1 Coreutils: Core GNU (file, text, shell) utilities.
3 * [ exit with the status determined by expression
4 * base32: base32 encode/decode data and print to standard output
5 * base64: base64 encode/decode data and print to standard output
6 * basename: strip directory and suffix from filenames
7 * cat: concatenate files and print on the standard output
8 * chcon: change file SELinux security context
9 * chgrp: change group ownership
10 * chmod: change file mode bits
11 * chown: change file owner and group
12 * chroot: run command or interactive shell with special root directory
13 * cksum: checksum and count the bytes in a file
14 * comm: compare two sorted files line by line
15 * cp: copy files and directories
16 * csplit: split a file into sections determined by context lines
17 * cut: remove sections from each line of files
18 * date: print or set the system date and time
19 * dd: convert and copy a file
20 * df: report file system disk space usage
21 * dir: list directory contents
22 * dircolors: color setup for ls
23 * dirname: strip last component from file name
24 * du: estimate file space usage
25 * echo: display a line of text
26 * env: run a program in a modified environment
27 * expand: convert tabs to spaces
28 * expr: evaluate expressions
29 * factor: factor numbers
30 * false: do nothing, unsuccessfully
31 * fmt: simple optimal text formatter
32 * fold: wrap each input line to fit in specified width
33 * groups: print the groups a user is in
34 * head: output the first part of files
35 * hostid: print the numeric identifier for the current host
36 * id: print real and effective user and group IDs
37 * install: copy files and set attributes
38 * join: join lines of two files on a common field
39 * kill: send signals to processes, or list signals
40 * link: call the link function to create a link to a file
41 * ln: make links between files
42 * logname: print user's login name
43 * ls: list directory contents
44 * md5sum: compute and check MD5 message digest
45 * mkdir: make directories
46 * mkfifo: make FIFOs (named pipes)
47 * mknod: make block or character special files
48 * mktemp: create a temporary file or directory
49 * mv: move (rename) files
50 * nice: run a program with modified scheduling priority
51 * nl: number lines of files
52 * nohup: run a command immune to hangups, with output to a non-tty
53 * nproc: print the number of processing units available
54 * numfmt: convert numbers from/to human-readable strings
55 * od: dump files in octal and other formats
56 * paste: merge lines of files
57 * pathchk: check whether file names are valid or portable
58 * pinky: lightweight finger
59 * pr: convert text files for printing
60 * printenv: print all or part of environment
61 * printf: format and print data
62 * ptx: produce a permuted index of file contents
63 * pwd: print name of current/working directory
64 * readlink: print resolved symbolic links or canonical file names
65 * realpath: print the resolved path
66 * rm: remove files or directories
67 * rmdir: remove empty directories
68 * runcon: run command with specified SELinux security context
69 * seq: print a sequence of numbers
70 * sha1sum: compute and check SHA1 message digest
71 * sha224sum: compute and check SHA224 message digest
72 * sha256sum: compute and check SHA256 message digest
73 * sha384sum: compute and check SHA384 message digest
74 * sha512sum: compute and check SHA512 message digest
75 * shred: overwrite a file to hide its contents, and optionally delete it
76 * shuf: generate random permutations
77 * sleep: delay for a specified amount of time
78 * sort: sort lines of text files
79 * split: split a file into pieces
80 * stat: display file or file system status
81 * stdbuf: run command with modified buffering operations for its standard
82 streams
83 * stty: change and print terminal line settings
84 * sum: checksum and count the blocks in a file
85 * sync: synchronize cached writes to persistent storage
86 * tac: concatenate and print files in reverse
87 * tail: output the last part of files
88 * tee: read from standard input and write to standard output and files
89 * test: check file types and compare values
90 * timeout: run a command with a time limit
91 * touch: change file timestamps
92 * tr: translate or delete characters
93 * true: do nothing, successfully
94 * truncate: shrink or extend the size of a file to the specified size
95 * tsort: perform topological sort
96 * tty: print the file name of the terminal connected to standard input
97 * uname: print system information
98 * unexpand: convert spaces to tabs
99 * uniq: report or omit repeated lines
100 * unlink: call the unlink function to remove the specified file
101 * uptime: tell how long the system has been running
102 * users: print the user names of users currently logged in to the current
103 host
104 * vdir: list directory contents
105 * wc: print newline, word, and byte counts for each file
106 * who: show who is logged on
107 * whoami: print effective user ID
108 * yes: output a string repeatedly until killed