Thursday, 11 May 2017

Use of fgrep command

fgrep : This command stands for faster grep.It is used to search multiple strings,but it doesn't allow to search regular expressions,it searches the strings more faster than the grep.

                                              Syntax : $frep "Strings" <filename>  

Ex:$fgrep "oracle
>unix
>java" output


                             
                    

No comments:

Post a Comment