#! /usr/bin/perl #-*- Perl -*- while(<>) { if (/^$/) { print("touch -d \"$1\" $ARGV\n"); } } .