I've a long hex string 00121eafc5800020 ... etc.
Is there an easy way I can split these with a space per hex coded byte so I get 00 12 1e af c5 80 00 20 in vim (or another easily accessible tool)
|
feedback
|
| |||||||||||||
feedback
|
|
Try this key sequence (from the start of the number):
| |||||||||||||
feedback
|
|
In
Then in
| |||
|
feedback
|
is enough. If you want to cut into several lines, you can also apply this
Or if you prefer a one-liner (I'm not sure this is a better solution here)
| |||
|
feedback
|