edit file in bash in debian code example
Example: edit a file linux
vi filename.extension
//press i to insert into file
//press ESC to enter menu
//Type :wq to save data
vi filename.extension
//press i to insert into file
//press ESC to enter menu
//Type :wq to save data