|
use du to get file sizes... check out the du man page for useful options. just store the output of 'du filename' in a variable and set up an if block... put the commands that are conditional on size within the if block.
__________________
"A stupid man's report of what a clever man says can never be accurate, because he unconciously translates what he hears into something he can understand."
- B. Russell
http://web.bryant.edu/~srk2
|