I've never seen that,internally generated?How does it work?
Can check what I meen here: http://issues.apache.org/jira/secure/attachment/12401970/nutch_0.9_OR.patch
search "java~"
and you can see "java.old" there,what's that again?
I've never seen that,internally generated?How does it work?
Can check what I meen here: http://issues.apache.org/jira/secure/attachment/12401970/nutch_0.9_OR.patch
search "java~"
and you can see "java.old" there,what's that again?
Are you sure its generated from some java process? ~ in files typically means a temporary file created by editors, such as vim when you modify something.
It's probably some cruft leftover from emacs. With emacs, whenever you save a file, it saves a backup of the previous version of the file, and the backup is named with the original filename with a tilde appended to it. If this is the case (which you can easily verify by comparing file
with file~
), then you can safely ignore all of the files named with tildes.