I'm toying around with binary code and ciphers and I've a chunk of text which I would like to reorganise in 8-character lines (those familiar with the topic will understand why). See:
010000100110010100100000011100110111010101110010011001
010010000001110100011011110010000001100100011100100110
100101101110011010110010000001111001011011110111010101
110010001000000100111101110110011000010110110001110100
01101001011011100110010100101110
I'm sure I must use cut
, split
, grep
, sort
or maybe a combination of these (and/or others), and I've made some tries with all these, but without any success.
I could easily do this manually, but this's what computers were made for, back in the World War II days :)