Skip to content

Instantly share code, notes, and snippets.

@nodew
Last active July 21, 2016 14:28
Show Gist options
  • Save nodew/e3ef9b5cf7698a94dce8ab7ed8db18ad to your computer and use it in GitHub Desktop.
Save nodew/e3ef9b5cf7698a94dce8ab7ed8db18ad to your computer and use it in GitHub Desktop.
count 'UCanUup' in the file 'http://106.75.28.160/UCloud.txt' with shell in one line
wget -q -O- http://106.75.28.160/UCloud.txt | grep -o 'UCanUup' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment