Skip to content

Instantly share code, notes, and snippets.

@Splat
Created September 22, 2016 23:55
Show Gist options
  • Save Splat/0f86839017663d1955dc545dcce606b7 to your computer and use it in GitHub Desktop.
Save Splat/0f86839017663d1955dc545dcce606b7 to your computer and use it in GitHub Desktop.
Working with the output of Tiger vulnerability reports to sanitized and diff from a prior
find security.report.safer.* -type f -printf "%C@ %p\n" | sort -rn | head -n 2
diff <(tail -n +4 file | head -n -1) <(tail -n +4 file2 | head -n -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment