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 :: bedrock linux 
Shell :: bash grep for two terms in same line 
Shell :: how to remove a package from arch linux 
Shell :: chmod just directories 
Shell :: centos remove directory and all files 
Shell :: how to install tesseract in other language in linux 
Shell :: amend specific commit 
Shell :: how to merge branch to master 
Shell :: how install node 14 ubuntu 
Shell :: dartlang ubuntu 
Shell :: tempfile.temporarydirectory() 
Shell :: grep without match 
Shell :: check litespeed version command 
Shell :: git branch -r 
Shell :: uninstall npm package 
Shell :: how to remove large file from github repo history 
Shell :: configure static ip address ubuntu server 20.04 
Shell :: bash check if string in file 
Shell :: install drush on ubuntu 18.04 
Shell :: create multiple copies in linux of file 
Shell :: ruby install for mac 
Shell :: check connected wifi details on kali 
Shell :: npm insall serve globally 
Shell :: shell remove file 
Shell :: spotify combo chercker 
Shell :: replace word in file linux command 
Shell :: git clone depth 
Shell :: how to echo string .sh 
Shell :: push to github from terminal 
Shell :: ubuntu cannot detect external monitors 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =