Created
October 25, 2021 17:20
-
-
Save UbuntuEvangelist/5f116c967f61f5896322c9fb7c47bd09 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