-
-
Save parallaxhub/62a84f660efd9ab47b7ad6fe8cab6956 to your computer and use it in GitHub Desktop.
How To Use Nano
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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