Wednesday, March 28, 2012

Create Files as backdated files

If you want to create files in UNIX as backdated files, i.e. file creation date as old dates, follow below steps or commands.

Syntax:-
touch
This will create a file of that specific Month, Date for that year.

Example:-
touch 03302200 SAMPLE_20120330000000.txt;

No comments: