Skip to content

Instantly share code, notes, and snippets.

@Tanz0rz
Last active October 7, 2016 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tanz0rz/810b025338c776b5742e15ef709f9e07 to your computer and use it in GitHub Desktop.
Save Tanz0rz/810b025338c776b5742e15ef709f9e07 to your computer and use it in GitHub Desktop.
# grep a directory recursively
grep -r "texthere" .
# Move cursor forward
ctrl+f
# Move cursor backward
ctrl+b
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment