Simple and easy-to-use text editor used for editing files in Linux terminal.
nano
Command | Description |
---|---|
nano test.txt | Open a File in Nano |
nano -l test.txt | Open a File with Line Numbers |
nano -v test.txt | Open a File as Read-Only |
nano newfile.txt | Create a New File |
nano +line_number test.txt | Go to a Specific Line |