Chrissirhc
Programmer
Hi,
I do ls -lt | grep PDF in a directory and I get a list of PDFs that exist in the directory.
Now I do ls *.PDF and I get *.PDF: No such file or directory
If I do rm *.PDF I get *.PDF: No such file or directory
If I try to delete one of the files I get No such file or directory.
How is this possible?
Thanks,
Chris
I do ls -lt | grep PDF in a directory and I get a list of PDFs that exist in the directory.
Now I do ls *.PDF and I get *.PDF: No such file or directory
If I do rm *.PDF I get *.PDF: No such file or directory
If I try to delete one of the files I get No such file or directory.
How is this possible?
Thanks,
Chris