-
Notifications
You must be signed in to change notification settings - Fork 0
rod - reverse od
License
knittl/rod
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
rod -- reverse od
Reverses the output of "od" into its original binary form.
This program only supports the default format of "od".
Example usage:
$ echo 'Hello rod!' | od > dump
$ cat dump
0000000 062510 066154 020157 067562 020544 000012
0000013
$ ./rod < dump
Hello rod!
About
rod - reverse od