The Nano Editor is the most famous text editor for the console after vi/vim. What makes it popular is the ease of use.
By default you will not see a gutter area with line numbers when you open a file with Nano, there are multiple ways in which we can enable line numbers in Nano, let's take a look at a few of them.
Using the --linenumbers or -l flag
When you open a file, just add --linenumbers to it.
nano --linenumbers datafile.txt
or,
nano -l datafile.txt
Toggle Line Numbers
If you have already opened a file using nano, and you want to display the line numbers, then you can toggle line numbers as follows,
On macOS
Esc + n
On Windows
Alt + Shift + 3
Alt + #
Esc + n
Alt + Shift + 3
Alt + #
Facing issues? Have Questions? Post them here! I am happy to answer!
- Command to know the Available Memory on Linux System
- How to install curl on Alpine Linux
- How to backup a file in Linux/Unix
- Install Java Runtime Environment (Oracle or open JRE) on Ubuntu
- What is the Default Admin user and Password for Jenkins
- How to tar.gz a directory or folder Command
- Copy entire directory using Terminal Command [Linux, Mac, Bash]
- Fix: bash: ipconfig: command not found on Linux
- Command to check Last Login or Reboot History of Users and TTYs
- Linux: Create a New User and Password and Login Example
- ls command to list only directories
- bash: cls: command not found
- How to exit from nano command
- Installing and using unzip Command to unzip a zip file using Terminal
- What does apt-get update command does?
- ls command: sort files by name alphabetically A-Z or Z-A [Linux/Unix/macOS/Bash]
- How to remove or uninstall Java from Ubuntu using apt-get
- scp: ssh: connect to host xxxx port 22: Connection refused Error
- Sort ls command by last modified date and time
- Create Nested Directories using mkdir Command
- How to Exit a File in Terminal (Bash/Zsh)
- Command to know the installed Debian version?
- How to connect to SSH port other than default 22
- How to save a file in Nano Editor and Exit
- Install OpenSSL on Linux/Ubuntu
- clear is not recognized as an internal or external command operable program or batch file. - DOS
- How to FTP using Mac Terminal - MacOS
- How to List all Packages installed using pip [Python] - Python
- How to Install Rust Language on Mac (macOS) - MacOS
- How to update Microsoft Excel on Mac - Windows
- macOS - cannot calculate MAC address: Using fd 9 hv_vm_create HV_ERROR [PHP XAMPP] - PHP
- Center Align TextView Android Horizontally or Vertically - Android
- How to Change Bluetooth Name of your iPhone - iOS