Options (3)
-obooleanDisplay the size of sections in a given object or executable file in [o]ctal
Example:
size {{[-o|--radix=8]}} {{path/to/file}}-dbooleanDisplay the size of sections in a given object or executable file in [d]ecimal
Example:
size {{[-d|--radix=10]}} {{path/to/file}}-xbooleanDisplay the size of sections in a given object or executable file in he[x]adecimal
Example:
size {{[-x|--radix=16]}} {{path/to/file}}Examples (4)
Display the size of sections in a given object or executable file
size path/to/fileDisplay the size of sections in a given object or executable file in [o]ctal
size [-o|--radix=8] path/to/fileDisplay the size of sections in a given object or executable file in [d]ecimal
size [-d|--radix=10] path/to/fileDisplay the size of sections in a given object or executable file in he[x]adecimal
size [-x|--radix=16] path/to/filemade by @shridhargupta | data from tldr-pages