Hacker News new | ask | show | jobs
by zalew 4679 days ago
> If you just want a bash script to look things up on wikipedia

or for basic description:

    wp() { dig +short txt "$*".wp.dg.cx; }
1 comments

+1 thank you