Tagged Questions
1
vote
1answer
157 views
How to change the default line length for od and hexdump
Is there any way to change the default line length for the od and hexdump commands? Can't see anything apropriate in the man pages.
5
votes
1answer
279 views
Can hd and od replace each other?
hd and od are both dump viewers of binary content. Can hd be used wherever od is and vice versa?