The usage of grep under LINUX systems.

来源:互联网 发布:淘宝美工一张图多少钱 编辑:程序博客网 时间:2024/05/19 23:24

The grep is a tool used to query informations.It's usage as follows:

First,you should execute a command.Because the grep command's input is another program's output.

Second.Leave a space between the first command and the "|",the type grep ***.*** is the word you are searching for.

Third,if grep find the word you want,it will display the result related to the word.

原创粉丝点击