Skip to content

Instantly share code, notes, and snippets.

@napsternxg
Created February 11, 2013 11:23
Show Gist options
  • Save napsternxg/4753950 to your computer and use it in GitHub Desktop.
Save napsternxg/4753950 to your computer and use it in GitHub Desktop.
List files in tar file in sorted order of modified date.
tar -tvf file.tar.gz | sort -k 6,8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment