Hi-- On Nov 13, 2013, at 3:15 PM, Joe Nosay <superbisquit at gmail.com> wrote: > "ls -lh -D Byte" does not give me the exact byte size of the archive. What > is the correct command? ls -l _file_ is the most direct way, but you can run the file through wc -c or do other things. Regards, -- -Chuck