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