Skip to content

Instantly share code, notes, and snippets.

@0m3r
Last active February 1, 2017 15:02
Show Gist options
  • Save 0m3r/d27e718bed5c4f635c4c52e6ce147325 to your computer and use it in GitHub Desktop.
Save 0m3r/d27e718bed5c4f635c4c52e6ce147325 to your computer and use it in GitHub Desktop.
Changes per filezilla session
cat /home/user/filezilla.log | grep "=> remote:" | cut -d: -f6 | sort | uniq
@0m3r
Copy link
Author

0m3r commented Feb 1, 2017

cat /home/user/filezilla.log | grep "Renam" | cut -d' ' -f4 | sort | uniq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment