java - What are swo and swp files in JBoss log dir? -


i have files

server.log .server.log.swo .server.log.swp 

how open swo , swp?

those temporary files created vim editor. .swp created when file opened in editor. .swo created if file edited , .swp exists. edit third time , .swn, , on. when vim closed, files should go away. if vim crashes or killed, may left behind. safe ignore.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -