Quantcast
Channel: How to get rid of the warnings when opening a file that has a .swp file? - Super User
Viewing all articles
Browse latest Browse all 8

Answer by Ankur Srivastava for How to get rid of the warnings when opening a file that has a .swp file?

$
0
0

I have solved this issue in three simple steps :

1:) Run "ls -la" where the file exist so that you can view the .swp file for the same.

2:) Now "rm -i *.swp" i.e., remove the ".swp" file from the directory .

3:) Now confirm wether the ".swp" file has been removed .

4:) Now enjoy from those warnings.


Viewing all articles
Browse latest Browse all 8

Trending Articles