User Tools

Site Tools


informatique:linux:commandes_linux

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:commandes_linux [2020/04/29 09:16] – [netcat] pteuinformatique:linux:commandes_linux [2020/05/07 12:39] – [sed] supprimer une ligne pteu
Line 2222: Line 2222:
 <code bash> <code bash>
 sed '/toto/,/titi/d' sed '/toto/,/titi/d'
 +</code>
 +
 +  * Supprimer la 5eme ligne du fichier toto.txt
 +<code bash>
 +sed -i '5d' toto.txt
 </code> </code>
  
informatique/linux/commandes_linux.txt · Last modified: 2024/04/05 06:58 by pteu