I have a file which is encoded by base64:
5byg5bCP5piO
c2FyYWg=
5p2O56OK
I want to decode it line by line:
:%!base64 -d
But I get everything in one line:
张小明sarah李磊
What I want is:
张小明
sarah
李磊
How can I do it?
|
I have a file which is encoded by base64:
I want to decode it line by line:
But I get everything in one line:
What I want is:
How can I do it?
| |||
|
feedback
|
|
Another solution is the following, which works nicely for me.
| |||||||
feedback
|
| |||
|
feedback
|