Wednesday, December 9, 2009

xargs == awesome

find . -name *.java | xargs -n1 -I@ touch -c @

For those times when commands like touch won't take stdin.