hdump icon indicating copy to clipboard operation
hdump copied to clipboard

Fast, simple and portable hexadecimal/ASCII dumper

Results 5 hdump issues
Sort by recently updated
recently updated
newest added

If you provide an option, but not the path, it treats the last argument as path: ``` $ hdump -c 0 file not found or not readable ```

``` $ hdump /proc/self/mem $ echo $? 0 ```

``` $ echo foo | hdump Usage: hdump [-c columns] [-s skip] [-n length] file $ echo foo | hdump /dev/stdin unable to seek through file ```

``` $ truncate -s 3G foo $ hdump foo file not found or not readable ```

``` $ hdump README.md > /dev/full $ echo $? 0 ```