write to nano from terminal code example
Example 1: install nano ubuntu
sudo apt install nano
Example 2: nano edit a file
# Linux select a file using Nano
sudo nano edit "File name"
sudo apt install nano
# Linux select a file using Nano
sudo nano edit "File name"