24 lines
330 B
Plaintext
24 lines
330 B
Plaintext
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]
|