Created
January 25, 2019 06:11
-
-
Save lukas2/c198ce090bb9d38bcb53cc2b3e55e65b to your computer and use it in GitHub Desktop.
Revisions
-
lukas2 created this gist
Jan 25, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ export PAGE="Paul Graham" && clear && curl "https://en.wikiquote.org/w/index.php?title=$(echo $PAGE | sed 's/[[:blank:]]/_/g')&action=edit" 2>/dev/null | grep "\s*\\s[^\[\]" | sed 's/^\*[[:blank:]]//g' | sort -R | head -n 1 | fold -s