解决Linux下vi或vim操作Found a swap file by the name
在linux下用vi或vim打開 文件時
E325: ATTENTION
Found a swap file by the name ".1.py.swp"
? ? ? ? ? owned by: liu ? dated: Sat Apr 20 17:37:19 2019
? ? ? ? ?file name: ~liu/1.py
? ? ? ? ? modified: YES
? ? ? ? ?user name: liu ? host name: localhost.localdomain
? ? ? ? process ID: 5059 (still running)
While opening file "1.py"
? ? ? ? ? ? ?dated: Sat Apr 20 17:52:21 2019
? ? ? NEWER than swap file!
(1) Another program may be editing the same file. ?If this is the case,
? ? be careful not to end up with two different instances of the same
? ? file when making changes. ?Quit, or continue with caution.
(2) An edit session for this file crashed.
? ? If this is the case, use ":recover" or "vim -r 1.py"
? ? to recover the changes (see ":help recovery").
? ? If you did this already, delete the swap file ".1.py.swp"
? ? to avoid this message.
Swap file ".1.py.swp" already exists!
[O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort:
?
原因是在此次vi或vim操作前有過一次使用vi或vim 操作文件時出現了異常中斷,所以在當前目錄下產生了一個文件,這個文件使用ls命令查看不能發現,使用ls -a命令查看可以知道是一個隱藏文件。
注:以.開頭的文件就是隱藏文件
想要不再有上面的警告提示,把該文件刪除即可
總結
以上是生活随笔為你收集整理的解决Linux下vi或vim操作Found a swap file by the name的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: KHV0031-himall3.0商城异
- 下一篇: ubantu安装pycharm破解+Li