Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nano with line numbers

nano --linenumbers [filename]
Comment

nano with line numbers

       -l, --linenumbers
              Display line numbers to the left of the text area.
Comment

line number in nano editor

ALT + SHIFT + #   for ubuntu
Comment

nano line number

Accidentally found nice shortcut: Alt+#, which in some keyboard layouts can be done with Alt+Shift+3.
Comment

nano add line numbers

according to the man page for nanorc, you can add set linenumbers in ~/.nanorc, /etc/nanorc, $XDG_CONFIG_HOME/nano/nanorc or ~/.config/nano/nanorc.
Comment

nano show line numbers

To show line numbers along the side: ALT + SHIFT + 3
To show cursor position at the bottom: ALT + C (or CTRL + C for temporary)
Comment

nano line number

nano -l foo.txt
nano --linenumbers foo.txt
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install metasploit in ubuntu 
Shell :: add github to windows credentials 
Shell :: Git checkout remote branch in git 
Shell :: apt get install reinstall 
Shell :: When should you use a single dash within a Git command, as opposed to a double dash? 
Shell :: svn show revision of remote url 
Shell :: tensorflow python 3.9 
Shell :: bash view system log info 
Shell :: download wine for ubuntu 
Shell :: how to get the folder size in linux 
Shell :: how delete all wine files in linux 
Shell :: intellij ultimate install ubuntu 
Shell :: find command also return directory names? 
Shell :: stripe installation 
Shell :: add hp printer linux 
Shell :: chmod read only command in linux 
Shell :: create service for gunicorn in linux 
Shell :: dart update 
Shell :: brew graphviz 
Shell :: linux execute permission denied 
Shell :: bash substring after character 
Shell :: how to upgrade packages in yarn 
Shell :: svn log last 10 
Shell :: how to store float values in shell script 
Shell :: E: Sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: users list linux 
Shell :: delete all local branches webstorm 
Shell :: sudo apt install openjdk-14-jdk 
Shell :: vscode disable powershell integrated console 
Shell :: font manger for arch 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =