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 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 :: remove mongo lock file from centos 7 
Shell :: git lost changes after reset --keep 
Shell :: git deinit repo 
Shell :: whats home directory variable linux 
Shell :: git track remote branch 
Shell :: git clone commit hash 
Shell :: batch file comment after command 
Shell :: revert a specific old commit 
Shell :: get working directory rstudio 
Shell :: how to use xampp localhost 
Shell :: create .gitignore 
Shell :: bash tokens in variable 
Shell :: k8s set default namespace 
Shell :: how to install choclatey using command prompt 
Shell :: Updating Packages in WSL 
Shell :: how to set global github username and password in git 
Shell :: remove all branches deleted on remote 
Shell :: whereis alpine 
Shell :: no wifi adapter found ubuntu 18.04 
Shell :: how to uncommit the last commit in git 
Shell :: pulls OS name and version linux 
Shell :: linux shell arguments 
Shell :: how to see staged files in git 
Shell :: search tag git 
Shell :: change file permission linux 
Shell :: getcomposer 
Shell :: td-agent restart 
Shell :: linux alias 
Shell :: add user to dialout group 
Shell :: install composer debian 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =