Hi all,
I would like to write a script that whenever i run it, will go over a text file and will delete lines from it which exist more than 48 hours.
The text file format is:
name1/name2/name3/12-08-2007 10:14:30\n
name4/name5/name6/11-08-2007 18:22:19\n
etc...
The date and time shwon in each line refers to the time the line was created.
Need your help, thank you.