/ Published in: Bash
Here's an example of using grep to filter for links that contain the string 'jpg' or 'gif'
Expand |
Embed | Plain Text
lwp-request -o links http://icanhascheezburger.com/ | grep -iE "(jpg|gif)"
You need to login to post a comment.
