Or, on the command line,#!/usr/bin/perl -w use File::Find; find( sub { print "$_\n" if !-l && -M > 30 }, @ARGV);
perl -MFile::Find -le 'find( sub { print if !-l && -M > 30}, @ARGV)'
In reply to Re: (1) line of sh vs (~20) lines of perl ?
by Thelonius
in thread (1) line of sh vs (~20) lines of perl ?
by mandog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |