What do .# file names mean in Linux?
Posted
by Martin Wiboe
on Super User
See other posts from Super User
or by Martin Wiboe
Published on 2010-06-09T16:19:47Z
Indexed on
2010/06/09
16:33 UTC
Read the original article
Hit count: 361
This is probably trivial, but I'm quite new to Linux and I was unable to find any info online.
In a folder, I can execute the command find . -regex '.*py'
and get the following result:
./.#netMHC3.2.py
Is this a file in the current directory? What can I do to display its contents?
Thank you
© Super User or respective owner