how to update the time stamp of evrey file in current directory
for change timestamp of all files and set current timestamp to all files in current directory you can use find command </p>
find . -exec touch {} \;