Timestamp restore / touch -- using general wc2fn, and customized form 'wcstm'
($1, $2 are used in cmd-options, not just for 'source => target' operation)
(files ./tm_stamps/*.JPG.tm were prior generated using 'wcgtm')
General:
$ wc2fn -t 'touch -r $2 $1' './*.JPG' 'tm_stamps/*.JPG.tm'
touch -r 'tm_stamps/IMGP2098.JPG.tm' './IMGP2098.JPG'
... plus 17 more, similar lines
Customized form (via sym-link 'wcstm'):
$ wcstm -t './*.JPG' 'tm_stamps/*.JPG.tm'
pairwise diff ; aggregate cmds
wc2fn -v 'ls -l $1 ; diff $1 $2' 'hd*.py' '/long_path/scripts/hd*.py' > hd_devel-prod.diff
Prev --
Home
-- Next
1 2 3 4 5 6 7 8 9 10