Created
September 30, 2016 20:57
-
-
Save parthaa/d6175bf9b065e9a4767aec13608baa0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
for file in $@ | |
do | |
echo $file,`sha256sum $file | awk '{ print $1 }'`,`stat -c '%s' $file` | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment