30 lines
397 B
Plaintext
30 lines
397 B
Plaintext
|
cksum [file...]
|
||
|
|
||
|
cmp [-ls] file1 file2
|
||
|
|
||
|
comm [-123] file1 file2
|
||
|
|
||
|
cp [-r] file [name]
|
||
|
cp [-r] [file...] [directory]
|
||
|
|
||
|
cut [-bcfs] [-d delim] list [file...]
|
||
|
|
||
|
diff [-ru] file1 file2
|
||
|
|
||
|
id [-gnru] [user]
|
||
|
|
||
|
kill [-s signal] [pid...]
|
||
|
|
||
|
mv file [name]
|
||
|
mv [file...] directory
|
||
|
|
||
|
nohup command [argument...]
|
||
|
|
||
|
paste [-s] [-d list] [file...]
|
||
|
|
||
|
printf format [argument...]
|
||
|
|
||
|
test [expression...]
|
||
|
|
||
|
tr string1 [string2]
|