I need to check the Fileage here's the one Liner:
echo $((`date +%s` - `stat -c %Z /backupweekly.bz2`))|gawk '{printf "%.2f\n", $0/86400}'
Age is in Days e.g. 1.50
echo $((`date +%s` - `stat -c %Z /backupweekly.bz2`))|gawk '{printf "%.2f\n", $0/86400}'
Age is in Days e.g. 1.50