Vim
Source:
No paste
To ignore indenting while pasting text in vim
:set paste
:set nopaste
Open at line number
vim +13 /root/.ssh/known_hosts
Source:
To ignore indenting while pasting text in vim
:set paste
:set nopaste
vim +13 /root/.ssh/known_hosts