Skip to content

Instantly share code, notes, and snippets.

@surya76657
Forked from nnja/less.md
Created March 29, 2021 19:52
Show Gist options
  • Select an option

  • Save surya76657/c5f62624fb72e665f83d41a7fe02203e to your computer and use it in GitHub Desktop.

Select an option

Save surya76657/c5f62624fb72e665f83d41a7fe02203e to your computer and use it in GitHub Desktop.
A cheatsheet for using less on the command line

Tips for using less on the command line.

To navigate:

  • f = for next page
  • b = for previous page

To search:

  • /<query>
  • n = next match
  • p = previous match

To quit:

  • q = to quit

If you really want to deep dive, check out the man (a.k.a manual) page for less.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment