Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
RhysU
on June 30, 2022
|
parent
|
context
|
favorite
| on:
Ask HN: Can I see your cheatsheet?
Agreed on the value of the list. I additionally dedupe as follows:
H() { history | egrep -v '^ *[[:digit:]]+ +H +' | grep "$@" | sort -rk 2 | uniq -f 1 | sort; }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
H() { history | egrep -v '^ *[[:digit:]]+ +H +' | grep "$@" | sort -rk 2 | uniq -f 1 | sort; }