egrep

Commande Linux egrep syntaxe

Fonction?: La commande egrep est utilisée pour rechercher la cha?ne spécifiée dans le fichier.

Syntaxe?: egrep [Modèle de modèle] [Fichier ou répertoire]

Commande Linux egrep exemple

Affichez les caractères correspondants dans le fichier. Par exemple, pour rechercher les fichiers contenant la cha?ne ? Linux ? dans tous les fichiers du répertoire courant, vous pouvez utiliser la commande suivante :

egrep Linux *

Les résultats sont les suivants :

$ egrep Linux * #查找當(dāng)前目錄下包含字符串“Linux”的文件  
testfile:hello Linux! #以下五行為testfile 中包含Linux字符的行  
testfile:Linux is a free Unix-type operating system.  
testfile:This is a Linux testfile!  
testfile:Linux  
testfile:Linux  
testfile1:helLinux! 
#以下兩行為testfile1中含Linux字符的行  
testfile1:This a Linux testfile!  
#以下兩行為testfile_2 中包含Linux字符的行  
testfile_2:Linux is a free unix-type opterating system.  
testfile_2:Linux test  xx00:hello Linux! #xx00包含Linux字符的行  
xx01:Linux is a free Unix-type operating system. #以下三行為xx01包含Linux字符的行  
xx01:This is a Linux testfile!  
xx01:Linux