I use the ls command to see which files were added lately, without getting them. The problem is that the ls command also lists files that were previously removed. Is there a way to parse the output of the ls command to remove the dead files? I don't see any documented flags that does this. thanks M.