Nano & VIM editor & Grep utility commands
Nano
1. Starting and Exiting:
Open a file: nano filename.txt
Exit nano: CTRL + X
2. Basic Editing:
Write (Save) changes: CTRL + O
Cut text/line: CTRL + K
Paste (Uncut) text: CTRL + U
Move to the beginning of the line: CTRL + A
Move to the en...
bhuvanchand.hashnode.dev17 min read