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: shell, zsh, touch
~ by princ3 on March 10, 2007.
Posted in linux, terminal
Name
E-mail (private)
Website
Notify me of follow-up comments via email.
Leave a Reply