KandZ – Tuts

We like to help…!

Linux CLI 24 ๐Ÿง nano CLI editor

a - introduction and installation
nano is a popular command line text-editor in Unix-Based OS
It is open source and simple but yet powerful
installation for Debian/Ubuntu
sudo apt-get install nano
installation for RHEL/Fedora
sudo yum install nano
nano filename โ†’ opens or creates the filename with nano
or just nano and you specify the name on saving

b - search text and navigation
CTRL + W โ†’ enter the value and press ENTER
ALT + W โ†’ continue to search the same value
CTRL + R โ†’ to find and replace after CTRL + W
Press Y to replace one, or A to replace all instances
use โ†‘, โ†“, โ†’, โ† to move around within the document
Ctrl + P | N |F | B โ†’ to move around within the document
use Home and End to jump to the start and to the end of the line or Ctrl + A | E
PgUp | Ctrl + Y and PgDn | Ctrl + V to move one page up or down

c - Edit, save and exit
To select a text Alt + A and then with arrows select what you want
Alt + 6 โ†’ to copy the selection to clipboard
Ctrl + K โ†’ to cut the selection or cut the text to the end of the line
Ctrl + U โ†’ to paste or cut the text to the start of the line
Ctrl + Y โ†’ paste the cut with Ctrl + U
Ctrl + O โ†’ save a file
Ctrl + X โ†’ Exit nano
Ctrl + G โ†’ Help menu

Stop using slow, ad-bloated tool sites! ๐Ÿคฎ

๐Ÿ”Ž Search “KandZ Tools” on Google to use many professional utilities for free.

KandZ.me is the ultimate minimalist hub for:
โœ… Finance (Mortgage, Interest, Inflation)
โœ… Tech (Base64, JSON, Dev Suite, IP)
โœ… Health (BMI, BMR, TDEE)
โœ… Productivity (Timer, Workspace, QR)

โšก๏ธ Fast & Private
๐Ÿ”’ No data leaves your device
๐Ÿ’Ž 100% Free

๐Ÿ”— Use it now: https://tools.kandz.me
๐Ÿ”– Bookmark itโ€”youโ€™ll need it later!

Leave a Reply