Skip to content

Instantly share code, notes, and snippets.

@parallaxhub
Forked from UbuntuEvangelist/How To Use Nano
Created October 25, 2021 17:23
Show Gist options
  • Save parallaxhub/62a84f660efd9ab47b7ad6fe8cab6956 to your computer and use it in GitHub Desktop.
Save parallaxhub/62a84f660efd9ab47b7ad6fe8cab6956 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