bash-hacks
latest
archive
categories
about
◐
light
☰
latest
archive
categories
about
◐
light
category 10 / 10
Shell tricks
History, aliases, brace expansion, and shortcuts that save keystrokes.
002
entries
4 min
avg read
all 002
process-substitution 001
diff 001
comm 001
type 001
aliases 001
debugging 001
015
Compare the output of two commands without writing a temp file
diff <(sort packages-web01.txt) <(sort packages-web02.txt)
2026-09-03
4 min
011
Find out what a command actually is before you run it
type -a grep
2026-08-28
3 min
showing 002 of 002