Skip to content

Instantly share code, notes, and snippets.

@mz0
Created April 1, 2020 11:30
Show Gist options
  • Save mz0/34e4438d0fed821696c511190590f3f5 to your computer and use it in GitHub Desktop.
Save mz0/34e4438d0fed821696c511190590f3f5 to your computer and use it in GitHub Desktop.
ls -l archive/*.pcap | awk '{ fname = $9 ; sub(/^archive\//, "", fname); print fname " " $5 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment