File Appears in Terminal "ls" but not Finder
I'm using some program designed for Linux machines that opens a pipe at a certain directory that I am supposed to open with VLC. I can "cd" into the directory with Terminal then "ls", and I see the file (and can use "rm" on it), but it doesn't appear in Finder. I tried giving it the non-hidden flag and tried showing invisibles in Finder. It won't appear no matter what I do. If I try to copy it with "cp" to another path, the command hangs forever, presumably because the file is constantly being edited by the program.
VLC can also see it if I'm using the old version that lets you type in the path. But I need to use the new VLC, which only allows me to open files using the standard Mac file browsing window that resembles Finder. The file browsing window can't see the file either. Any idea how to make this file visible?