Skip to content

Instantly share code, notes, and snippets.

@grantpullen
Created April 10, 2018 07:40
Show Gist options
  • Save grantpullen/af6a24d1e06d5c1b60ac9b7e03a4b3c1 to your computer and use it in GitHub Desktop.
Save grantpullen/af6a24d1e06d5c1b60ac9b7e03a4b3c1 to your computer and use it in GitHub Desktop.
file search VIM and bash
// number of times that pattern matches in file with VIM
:%s/pattern//gn
// number of LINES that pattern matches in file with VIM
:%s/pattern//n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment