qwurx [shmem] ~> touch foo.txt qwurx [shmem] ~> perl -Mautodie=open,unlink -le '$_=pop;open "<", $_; unlink $_' foo.txt qwurx [shmem] ~> ls foo.txt ls: cannot access foo.txt: No such file or directory