Guest User

Untitled

a guest
May 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #get the first para description of any term from wikipedia
  2. wiki() {
  3. echo "$1"
  4. dig +short txt $1.wp.dg.cx
  5. }
Add Comment
Please, Sign In to add comment