muflax65ngodyewp.onion/extract_links.sh

7 lines
232 B
Bash
Raw Normal View History

2012-04-12 19:00:22 +02:00
#!/bin/zsh
# Copyright muflax <mail@muflax.com>, 2012
# License: GNU GPL 3 <http://www.gnu.org/copyleft/gpl.html>
grep -ahorP '(https?[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]' content*/**/*.(mkd|org) | grep -v "muflax\.com"
2012-04-12 19:00:22 +02:00