Skip to content

Instantly share code, notes, and snippets.

@JohnLonginotto
Created May 13, 2017 11:03
Show Gist options
  • Save JohnLonginotto/2112cc0a054f6244983348e83a24d5ad to your computer and use it in GitHub Desktop.
Save JohnLonginotto/2112cc0a054f6244983348e83a24d5ad to your computer and use it in GitHub Desktop.
if [ "`tail -c 28 /path/to/your.bam`" != "`echo -n -e '\x1f\x8b\x08\x04\x00\x00\x00\x00\x00\xff\x06\x00\x42\x43\x02\x00\x1b\x00\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00'`" ]; then echo 'File Truncated'; else echo 'File Good!'; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment