Skip to content

Instantly share code, notes, and snippets.

@seth10
Created July 28, 2017 19:36
Show Gist options
  • Save seth10/3f4d9f774ccebe3fcdf773a3d6a3652b to your computer and use it in GitHub Desktop.
Save seth10/3f4d9f774ccebe3fcdf773a3d6a3652b to your computer and use it in GitHub Desktop.
history | awk '{ print $2; }' | sort | uniq
#
alias
br
bt
cat
cd
chmod
clear
cp
date
dmesg
...
history | awk '{ print $2; }' | sort | uniq | wc -l
50
@seth10
Copy link
Author

seth10 commented Jul 28, 2017

https://youtu.be/tc4ROCJYbm0?t=5m59s

Checking pselling mistakes (sentence is a file):
makewords sentence | lowercase | sort | unique | mismatch -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment