Tagged Questions
1
vote
2answers
257 views
Link extraction from a google page in bash
I'm making a script that takes all the links from a google page in bash. I get the google page with the w3m utility and this script:
#!/bin/bash
# performs a google search using a word in input
...