User Tools

Site Tools


informatique:linux:awk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
informatique:linux:awk [2017/09/29 14:09] – [Exemples] pteuinformatique:linux:awk [2018/01/07 00:27] – [Exemples] pteu
Line 179: Line 179:
 </code>  </code> 
  
 +  * supprimer (ne pas afficher) les doublons de lignes dans un fichier :
 +<code bash>
 +awk '!x[$0]++' test.tmp
 +</code>
informatique/linux/awk.txt · Last modified: 2022/04/13 13:03 by pteu