sh check file size

How to check single file size with sh?

I'm writing script for burning cds/dvds
I want to check if iso image fits cd/dvd

is there any command for doing something like this?
[i know i can use awk..., (which i also don't know how to use without hours of experiments. lol)]
 
Back
Top