Share Pastebin
Guest
Public paste!

zash

By: a guest | Jun 5th, 2009 | Syntax: Bash | Size: 0.19 KB | Hits: 190 | Expires: Never
Copy text to clipboard
  1. evolution-addressbook-export | \
  2.                 grep ^TEL | cut -d: -f2 | \
  3.                 sort | uniq | sed 's/[^0-9]//g' | \
  4.                 grep ^07 | xargs -L 1 -I __PHONE__ \
  5.                 curl http://rosta7juni.se/paminn2.php -F phone=__PHONE__