How to make base64 print the encoded output after a newline without newline being encoded?
How to make base64 print the encoded output after a newline without newline being encoded? I like to encode with base64 from stdin by invoking the command pasting the input and pressing Ctrl + D twice in order to avoid a trailing newline if I don’t want one to be part of the input. It …