I'm n1 - I read, write and code.
posts
projects
dtops
git
cheatsheets
snippets
design
books
advice
me
Snippets
Bash
Pipes
OpenSSL
Basics
Info
Unpacking
Generating
Comparing
SSH
Tunneling
Bash cheatsheet
Pipes
Pipe multiple lines
$ cat << EOF | bat -l json { "test": 123, "test2": 456, } EOF