View on GitHub

notes

A collection of my TIL notes and commonplace book entries.

echo without newline

Use echo -n.

Useful when base64 encoding credentials.

echo -n 'username:password' | base64