Changing the timestamp of some files in a directory

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}

Technorati Tags: , ,

~ by princ3 on March 10, 2007.

Leave a Reply