Changing the timestamp of some files in a directory

Posted on March 10, 2007 in Linux

Lets assume i want to change the timestamp of all pdf-files in a directory to now, this is the way to go (zsh):

for file in *.pdf; touch ${file}