Skip to content

Instantly share code, notes, and snippets.

@ibrow
Created May 3, 2011 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrow/953609 to your computer and use it in GitHub Desktop.
Save ibrow/953609 to your computer and use it in GitHub Desktop.
Number of unique users uploading to VSFTP
tail -n 100 /var/log/xferlog | awk '{print $14}' | sort -u | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment