Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

od
Дамп данных в восьмеричном / шестнадцатеричном формате

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  od [-bcdosxv] [-j #] [-N #] [-w #] [-A doxn] [-t acdfoux[#]]


Dump data in octal/hex.

  • -A Address base (decimal, octal, hexadecimal, none)

  • -j Skip this many bytes of input

  • -N Stop dumping after this many bytes

  • -t Output type a(scii) c(har) d(ecimal) f(loat) o(ctal) u(nsigned) (he)x plus optional size in bytes aliases: -b=-t o1, -c=-t c, -d=-t u2, -o=-t o2, -s=-t d2, -x=-t x2

  • -v Don't collapse repeated lines together

  • -w Total line width in bytes (default 16)
  • [ ToyBox ]     [ ManLinux ]