Use fold instead of passing a wrap length to base64.
The base64 implementation included with MacOS 10.7 doesn't support the -w option for wrapping lines. Using the fold command is more portable.
Please register or sign in to comment
The base64 implementation included with MacOS 10.7 doesn't support the -w option for wrapping lines. Using the fold command is more portable.