The following file is consuming a lot of disk space. Can I remove this file?

/opt/wlt-tomcat/logs/.catalina.out.swp

What this file is used for?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 2 down vote accepted

It's a swap file used by vi/vim. You can remove it if you're not editing /opt/wlt-tomcat/logs/.catalina.out in vi/vim.

link|improve this answer
vim should remove it automatically when it exits, though. – Peltier Mar 18 '11 at 9:46
1  
When it exits cleanly, yes. – Ignacio Vazquez-Abrams Mar 18 '11 at 9:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.