App-Greple
view release on metacpan or search on metacpan
greple --if='env LC_ALL=en_US exif -x /dev/stdin' 'Image_Description|Manufacturer' *.jpg
---
## Print Function / ããªã³ã颿°
### Search iCal data / iCal ã®ãã¼ã¿ãæ¤ç´¢ãã
help --ical Search iCal data
option --ical \
--all \
--chdir ~/Library/Calendars/*.caldav/*.calendar/Events \
--glob *.ics \
--print print_ical_line
__CODE__
sub print_ical_line {
s/\r//g;
my $s = '';
my(@s, @e);
if (@s = /^DTSTART.*(\d{4})(\d\d)(\d\d)(?:T(\d\d)(\d\d))?/m) {
$s .= "$1/$2/$3";
( run in 1.293 second using v1.01-cache-2.11-cpan-39bf76dae61 )