Skip to content

Instantly share code, notes, and snippets.

@rushipkar90
Created July 8, 2016 12:28
Show Gist options
  • Save rushipkar90/a4e31c1f4babe886375116cbbc695582 to your computer and use it in GitHub Desktop.
Save rushipkar90/a4e31c1f4babe886375116cbbc695582 to your computer and use it in GitHub Desktop.
domlogs.txt
for i in `cut -d: -f1 /etc/trueuserdomains`;do echo "$i= `cut -d' ' -f1 /usr/local/apache/domlogs/$i|wc -l`" >> /usr/local/src/file;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment