Hi-- On Nov 13, 2013, at 3:15 PM, Joe Nosay <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
