buehmann
Aktives Mitglied
- Mitglied seit
- 11 Jun 2005
- Beiträge
- 1,810
- Punkte für Reaktionen
- 0
- Punkte
- 36
Falls irgendjemand Lust hat mitzuraten: "hexdump" (auch ohne Argumente), aus den Listeners aufgerufen, meckert über eine Option -_
Code:
hexdump: illegal option -- _
BusyBox v1.11.3 (2008-10-13 19:09:03 CEST) multi-call binary
Usage: hexdump [-bcCdefnosvx] FILE...
Display file(s) or standard input in a user specified format
Options:
-b One-byte octal display
-c One-byte character display
-C Canonical hex+ASCII, 16 bytes per line
-d Two-byte decimal display
-e FORMAT STRING
-f FORMAT FILE
-n LENGTH Interpret only LENGTH bytes of input
-o Two-byte octal display
-s OFFSET Skip OFFSET bytes
-v Display all input data
-x Two-byte hexadecimal display