in reply to Hide my ageing work

It's actually the code-block fed to grep using file test operators (-f and -M). I'm a little surprised they work on $_ (implicitly) and actually think the second one should use _ (also discussed on the file test op page) instead of $_.

-Paul