We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
% python -c "print('01234567' * 10,end='')" | heksa -w 8 000000┊30 31 32 33 34 35 36 37┊01234567 000008┊30 31 32 33 34 35 36 37┊01234567 000010┊30 31 32 33 34 35 36 37┊01234567 000018┊30 31 32 33 34 35 36 37┊01234567 000020┊30 31 32 33 34 35 36 37┊01234567 000028┊30 31 32 33 34 35 36 37┊01234567 000030┊30 31 32 33 34 35 36 37┊01234567 000038┊30 31 32 33 34 35 36 37┊01234567 000040┊30 31 32 33 34 35 36 37┊01234567 000048┊30 31 32 33 34 35 36 37┊01234567
Would become something like:
000000┊30 31 32 33 34 35 36 37┊01234567 -- line repeated 8 times (N bytes) -- 000048┊30 31 32 33 34 35 36 37┊01234567
The text was updated successfully, but these errors were encountered:
initial work for issue #10
d36023c
raspi
No branches or pull requests
Would become something like:
The text was updated successfully, but these errors were encountered: