Edit a text file in Konsole/ Terminal/ BASH in Kubuntu

How to edit a file in Konsole:

sudo nano -w /folder/filename.txt

Save: Ctrl + o
Exit: Ctrl + x

editkonsole