[Newbies] 小白问个问题
Tofloor
poster avatar
minzhang
deepin
2021-04-15 05:03
Author

https://ywnz.com/linuxjc/3503.html

如上图链接

我用vi ike-scan.sh命令后,把后面代码复制进去后怎么保存呢?谁能给我说说呀?

Reply Favorite View the author
All Replies
说书人
deepin
2021-04-15 05:29
#1

百度一下 vi 的常用操作

 

其实用gedit编辑也是可以的

Reply View the author
老咸鱼
deepin
2021-04-15 05:56
#2

shift+: wq+enter

Reply View the author
red13
deepin
2021-04-15 05:56
#3

........

按ESC键,,,然后 ,,,输入   :wq   

结束....

Reply View the author
老咸鱼
deepin
2021-04-15 05:59
#4
老咸鱼

shift+: wq+enter

用《 shift+:》看到光标在最底下时输入wq  然后回车健

Reply View the author
minzhang
deepin
2021-04-15 06:03
#5
说书人

百度一下 vi 的常用操作

 

其实用gedit编辑也是可以的

好了,谢谢!

:我老是打成;了

Reply View the author
minzhang
deepin
2021-04-15 06:04
#6
谢谢各位老师,已经找到原因了!
Reply View the author
昨夜的星辰
deepin
2021-04-15 06:45
#7

其实这种编辑问题何必受苦用vi

个人建议普通用户直接    

deepin-editor ike-scan.sh

遇到需要管理员权限才能编辑的,直接加sudo就好了

sudo deepin-editor ike-scan.sh

图形编辑器,保存用ctrl+s不香吗?

Reply View the author
忘记、过去
deepin
2021-04-15 07:02
#8

同意楼上……vi 不熟悉容易出错,图形编辑器能用的话最好用着。不行的话用 nano 也行,至少有提示不容易出错

Reply View the author