Recherche…


Introduction

: vglobal ou: v est l'opposé de: global ou: g qui opère sur des lignes ne correspondant pas au modèle spécifié (inverse).

: v / pattern / d

Exemple:

> cat example.txt
  TODO: complete this
  NOT this
  NOT that
  TODO: Complete that

Ouvrez le example.txt utilisant vim et tapez :v/TODO/d en mode Ex . Cela supprimera toutes les lignes ne contenant pas le motif TODO .

example.txt Après avoir supprimé les lignes qui ne correspondent pas à TODO



Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow