Skip to content

Instantly share code, notes, and snippets.

@Imfloppy
Created January 21, 2016 03:33
Show Gist options
  • Select an option

  • Save Imfloppy/f9e3050bbbc5dfd67b38 to your computer and use it in GitHub Desktop.

Select an option

Save Imfloppy/f9e3050bbbc5dfd67b38 to your computer and use it in GitHub Desktop.
function wikip() {
if [ $# != 0 ]; then
w3m -dump "http://ja.wikipedia.org/wiki/$*" |less
else
echo "Usage: wikip <keyword>"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment