What do .# file names mean in Linux?
- by Martin Wiboe
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