Last active
May 19, 2017 12:16
-
-
Save pikesley/d2eaa794703c529be4f1b377f64004df to your computer and use it in GitHub Desktop.
Swears on a Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://raw.githubusercontent.com/peterkwells/uk-attitudes-to-offensive-language-and-gestures-data/gh-pages/data/list-of-swearwords-and-offensive-gestures.csv | tr -s '\015' '\n' | grep -v UID | cut -d ',' -f 2 | say | |
# old version below, now broken because Peter changed something - this will read the source of the 404 | |
#curl https://peterkwells.github.io/known-uk-swearwords/data/swearwords.csv | tr -s '\015' '\n' | grep -v UID | cut -d ',' -f 1,2 | sed "s:\(.*\),\(.*\):number \1, \2,:" | say |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
works on ubuntu with
say
->spd-say -e