What do .# file names mean in Linux?
Posted
by Martin Wiboe
on Stack Overflow
See other posts from Stack Overflow
or by Martin Wiboe
Published on 2010-06-09T16:19:47Z
Indexed on
2010/06/09
16:22 UTC
Read the original article
Hit count: 369
Hi all,
This is probably trivial, but I'm quite 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,
Martin
© Stack Overflow or respective owner