Determining file size of port source

Charles Swiger cswiger at mac.com
Thu Nov 14 00:25:24 UTC 2013


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



More information about the freebsd-ports mailing list