#!/usr/bin/perl use warnings; use strict; ( my $today = localtime ) =~ s'\d+:\d+:\d+'\d+:\d+:\d+'; for ( <*> ) { print "$_\n" if localtime( ( stat )[ 9 ] ) =~ $today; }
In reply to Re: Find files by current date
by jwkrahn
in thread Find files by current date
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |