Modifies files date and times

Changing the date & time of files.
To Make a file look older.
Use the touch -t option to change the timestamp of a file with a single command is:

# touch -t ccyymmddhhMMSS filename

You can manipulate the timings of
your files using this option.
Thanks