@garritfra I mean, it's right there:

```
$ base64 --help
Usage: base64 [OPTION]... [FILE]
[...]
-w, --wrap=COLS wrap encoded lines after COLS character (default 76).
Use 0 to disable line wrapping
[...]
```

Unless you are on MacOS, then base64 doesn't have a default line wrapping. =)