Answers for "go to line number nano"

3

nano go to line

nano +"line number" "filename.txt"
# Example
nano +110 hello.txt
Posted by: Guest on December-03-2020
0

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)
Posted by: Guest on July-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language