go to line start nano code example
Example 1: nano go to line
nano +"line number" "filename.txt"
# Example
nano +110 hello.txt
Example 2: linux nano how to go to a certain line
CTRL+shift+-
nano +"line number" "filename.txt"
# Example
nano +110 hello.txt
CTRL+shift+-