Ad Code

3.5 Summary

CommandMeaning
command > fileredirect standard output to a file
command >> fileappend standard output to a file
command <>redirect standard input from a file
command1 command2pipe the output of command1 to the input of command2
cat file1 file2 > file0concatenate file1 and file2 to file0
sortsort data
wholist users currently logged in

Post a Comment

0 Comments