Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Created October 25, 2021 17:20
Show Gist options
  • Save UbuntuEvangelist/5f116c967f61f5896322c9fb7c47bd09 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/5f116c967f61f5896322c9fb7c47bd09 to your computer and use it in GitHub Desktop.
How To Use Nano
# To check
nano --version
# To edit any file.txt
nano file.txt
# Find any word using nano
ctrl+w
# To save and exit from nano
ctrl+s and Ctrl+x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment