/ Published in: Bash
This one-liner counts how many of the links to onemorebug.com there are on http://delicous.com/tag/noahsussman.
Basically it prints a number, and that number is the percentage of the top 100 links for that tag in delicious that point to your URL.
Requires Grep, Lynx and Wc.
Expand |
Embed | Plain Text
lynx --dump http://delicious.com/tag/noahsussman?setcount=100|grep onemorebug.com|wc -l
You need to login to post a comment.
