#!/bin/bash # show "Google definitions"; use e.g. define "George Washington" lynx -justify=0 -dump http://www.google.com/search?q=define:${*// /%20} \ | perl -0777pe 's/^.*(Definitions.+) _{20,} Search.*$/\n$1\n/s'