System Grab Bag

View all TLDR pages from common (or from all pages)

micro

Micro is a modern and intuitive terminal-based text editor. You can use your keyboard, but also your mouse to navigate and/or select text. More information: https://micro-editor.github.io.
  • Open a file:
    micro {{path/to/file}}
  • Save a file:
    Ctrl + S
  • Cut the entire line:
    Ctrl + K
  • Search for a pattern in the file (press Ctrl + N/Ctrl + P to go to next/previous match):
    Ctrl + F "{{pattern}}" <Enter>
  • Execute a command:
    Ctrl + E {{command}} <Enter>
  • Perform a substitution in the whole file:
    Ctrl + E replaceall "{{pattern}}" "{{replacement}}" <Enter>
  • Quit:
    Ctrl + Q

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.