Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fernandojinzenji/927b66d4871aac214a75025f638e5452 to your computer and use it in GitHub Desktop.
Save fernandojinzenji/927b66d4871aac214a75025f638e5452 to your computer and use it in GitHub Desktop.
history / grep cat
cat /usr/share/dict/words | grep -o '\ba\w*' | wc -l
cat /usr/share/dict/words | grep -o '\ba\w*s$'
curl -o index.html "https://www.lighthouselabs.ca/index.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment