Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
ZelphirKaltstahl
/
advent-of-code
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
advent-of-code
/
2020
/
day-04
/
readme.org
readme.org
131 B
Permalink
History
Raw
useful bash commands
show unique characters of the input
cat input | od -cvAnone -w1 | sort -bu