其他分享
首页 > 其他分享> > 英语词组——be the same as

英语词组——be the same as

作者:互联网

 

 

 

 

 


 

 

 

 

英语词组——be the same as

 


一样,相同,与什么相同

 

 

 

 

 

来源

GREP(1)                                General Commands Manual                                GREP(1)

NAME
       grep, egrep, fgrep - print lines matching a pattern

SYNOPSIS
       grep [OPTIONS] PATTERN [FILE...]
       grep [OPTIONS] [-e PATTERN | -f FILE] [FILE...]

DESCRIPTION
       grep  searches  the named input FILEs (or standard input if no files are named, or if a single
       hyphen-minus (-) is given as file name) for lines containing a match to the given PATTERN.  By
       default, grep prints the matching lines.

       In  addition,  two  variant  programs  egrep  and  fgrep  are available.  egrep is the same as
       grep -E.  fgrep is the same as grep -F.   Direct  invocation  as  either  egrep  or  fgrep  is
       deprecated,  but  is  provided  to  allow  historical  applications  that  rely on them to run
       unmodified.

 

 

 

 

 

 

egrep is the same as
       grep -E.  fgrep is the same as grep -F.  

 

标签:词组,egrep,PATTERN,same,fgrep,FILE,grep,英语
来源: https://www.cnblogs.com/wang618/p/12104038.html