Thanks, man..
One surprising thing,
Both of command below returns me the same set of result.
- find /mrk/ftp/incoming/gbs -type f -mtime +0 -ls
- find /mrk/ftp/incoming/gbs -type f -mtime +1 -ls
Where as,
find /mrk/ftp/incoming/gbs -type f -mtime 0 -ls
returns results of previsous day.
Consider today is 2nd jan, then it shows all only results of 1st Jan .. !!