http://www.perlmonks.org?node_id=515513


in reply to Re^2: What one-liners do people actually use?
in thread What one-liners do people actually use?

Correct, like Tanktalus also suggested (half a day before you ;-) The "problem" with that is that you might run into problems if you have a lot of files. At least with running a Linux kernel(not sure with other OSes), you'll run into the 'Argument list too long' error (or you may have tweaked your MAX_ARG_PAGES kernel setting).

--
b10m

All code is usually tested, but rarely trusted.