Using the xxd command, is it possible to read one byte at a time from the input and to output one byte at a time. No spaces, no newlines, no ending newline?
I tried the columns setting and did not get the desired result.
Using the xxd command, is it possible to read one byte at a time from the input and to output one byte at a time. No spaces, no newlines, no ending newline?
I tried the columns setting and did not get the desired result.