Created
June 11, 2012 01:40
-
-
Save xiaom/2908043 to your computer and use it in GitHub Desktop.
crawl page for an index html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -n -e '/(http:\/\/community.livejournal.com\/clinic_duty\/[0-9]+.html)/ && print "$1\n"' toc.html | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment