To improve readability, each SED command is written on a separate line.
Pour améliorer la lisibilité, chaque commande sed est placée sur une ligne distincte.
Can you guess what the following SED command does?
We used the same SED command.
Hence, your SED command looks like this
Par conséquent, votre commande sed ressemble à ceci
To specify multiple commands, we used -e switch of the SED command.
Pour spécifier plusieurs commandes, nous avons utilisé -e commutateur de la commande SED.
In the above example, the number at the end of the SED command (or at the place of flag) implies the 2nd occurrence.
Dans l'exemple ci-dessus, le numéro à la fin de la commande sed (ou au lieu du drapeau) implique l'apparition 2ème.
In the following example, the SED version is greater than version 4.2.2, hence the SED command aborts its execution.
Dans l'exemple suivant, la version ETD est supérieure à la version 4.2.2, d'où la commande sed avorte son exécution.
You can use multiple sed commands in a single sed command as follows
Vous pouvez utiliser plusieurs commandes sed dans une commande sed simple comme suit
A quick and easy way to comment out all the lines in a file is by using the sed command.
Un moyen rapide et facile de commenter toutes les lignes dans un fichier est d'utiliser la commande sed.
Don't try to do everything with a single sed command, or all at once.
N'essayez pas de tout faire avec une seule commande Sed ou tout d'un coup.
Also, while the sed command is used here to make copying and pasting from this blog post easier, in practice you'll likely do these sorts of edits with an interactive editor.
Aussi, alors que la commande sed est utilisée ici pour faciliter le copier-coller depuis ce billet de blogue, en pratique, vous ferez probablement ce genre d'édition avec un éditeur interactif.
Complete details of the sed command can be found from the sed manual page.
Vous trouverez tous les détails à propos de la commande sed dans sa page de manuel.
Sed command for filtering response content
Commande sed pour le filtrage des contenus de type réponse