26 lines
347 B
Plaintext
26 lines
347 B
Plaintext
|
cksum [file...]
|
||
|
|
||
|
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]
|
||
|
|
||
|
mv file [name]
|
||
|
mv [file...] directory
|
||
|
|
||
|
nohup command [argument...]
|
||
|
|
||
|
paste [-s] [-d list] [file...]
|
||
|
|
||
|
printf format [argument...]
|
||
|
|
||
|
test [expression...]
|
||
|
|
||
|
tr string1 [string2]
|