In Linux all folders/files prefixed with a . are treated as hidden. So .whatever will not be visible with the ls
command. To view these files you need to add the -a
flag like this ls -a
Thanks for asking, I’ve not tried again yet, I have been working on other things, I’ll get back to it soon and let you know.