advertisement

Article:
  Automated Backups with Existing Tools
Subject:   one liner for SIZE
Date:   2004-03-09 11:33:50
From:   rread


SIZE=`df -k / | awk '/^\// {printf("%d\n", (($3 / 1024) * 1.05))}'`