Answers for "nano move to line"

3

nano go to line

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

nano move line up

You can use Ctrl+K to cut a line, move to destination position and press Ctrl+U to paste it.
Posted by: Guest on October-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language