edit file ubuntu code example
Example 1: command to edit in terminal linux
type nano followed by the file name
Example 2: edit files from terminal linux
nano FileName.Extension
// nano MyWork.txt
// nano MyScript.py
Example 3: nano edit a file
# Linux select a file using Nano
sudo nano edit "File name"