http://qs321.pair.com?node_id=764574


in reply to Re^3: multiple file operations using perl one-liners
in thread multiple file operations using perl one-liners

Is there any advantage to this variant? It's longer and buggy (missing chomp). It's also less clear due the weird use of => to separate two of three arguments, especially when it's also used to associate the arguments to the command.

Either way, I just realised du is useless.

perl -e'system zip => "-d", $_, "*exe*" for @ARGV' */*/old.zip