Skip to content

Instantly share code, notes, and snippets.

@csdy
Created August 28, 2018 20:32
Show Gist options
  • Save csdy/3fcf1fddea89fab0f14af722e3102236 to your computer and use it in GitHub Desktop.
Save csdy/3fcf1fddea89fab0f14af722e3102236 to your computer and use it in GitHub Desktop.
CPCF commands
cat /home/*/access-logs/* |awk '{print $1}' |sort |uniq -c |sort -n |tail
/opt/coldfusion11/cfusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment