在 vi 中打开文件并跳转到特定行的命令是什么?

在 vi 中打开文件并跳转到特定行的命令是什么?

就像

vi -line:123 myfile.txt 

答案1

vi +123 myfile.txt 

相关内容