linux edit text file code example
Example 1: edit text file bash
sudo nano file.text
Example 2: command to edit in terminal linux
type nano followed by the file name
Example 3: linux edit file
sudo nano filename.ext
Example 4: edit a file linux
vi filename.extension
//press i to insert into file
//press ESC to enter menu
//Type :wq to save data
Example 5: edit files from terminal linux
nano FileName.Extension
// nano MyWork.txt
// nano MyScript.py