Created
March 8, 2018 09:31
-
-
Save laixintao/4038ba0d5ef87f5313e66404e80996f1 to your computer and use it in GitHub Desktop.
V2EX 帖子数量
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
curl -s https://www.v2ex.com/ | grep -E -C 2 ">回复</span>" | grep -oE "\d{4,}" | xargs -I {} echo V2EX当前回复数 {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment