TLDR
Enter a command. For example: ifconfig, sails, hexyl, aws secretsmanager.

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 {{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}}"
     
  • Execute a command:
     
    Ctrl + E {{command}}
     
  • Perform a substitution in the whole file:
     
    Ctrl + E replaceall "{{pattern}}" "{{replacement}}"
     
  • Quit:
     
    Ctrl + Q

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.