Created
November 28, 2017 11:49
-
-
Save andrealmar/c35664284802e65a3d57c8d1cd9f0028 to your computer and use it in GitHub Desktop.
vi find and replace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Então mudaremos, na própria linha de comando do vi, a palavra "amamu" pelo correto, amamos. | |
Sendo key-sensitive a utilização deste comando, execute: | |
:%s/amamu/amamos/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment