Quote:
|
Originally Posted by mike_bike_kite
I understand it's a date thing. I just can't see why you'd have a program to pull all the files since a set date - that seems to be more something you'd do by hand when the need arose. There's loads of possible solutions but I just wanted to know whether this was a one off task, in which case I'd just use ls and tail, or it's for a program and I'd probably either use awk or the find command where files are dated earlier than a given file. I just wanted to know why he was after the functionality 
|
thanks mike_bike_kite ...
i have output files in every office days(e.g excluding holidays .. etc) which is named in x.yyyymmdd (where yyyymmdd is processing date).
Hence, i would like to return the file of a previous day of a specific date requested by user ...