原The Linux Command Line - Redirection
Posted ybluo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了原The Linux Command Line - Redirection相关的知识,希望对你有一定的参考价值。
● cat - Concatenate files
● sort - Sort lines of text
● uniq - Report or omit repeated lines
● grep - Print lines matching a pattern
● wc - Print newline, word, and byte counts for each file
● head - Output the first part of a file
● tail - Output the last part of a file
● tee - Read from standard input and write to standard output and files
以上是关于原The Linux Command Line - Redirection的主要内容,如果未能解决你的问题,请参考以下文章
[Linux] The Linux Command Line
chapter2. Managing files from the command line
chapter1 Accessing the command line using the local console