Skip to content

Instantly share code, notes, and snippets.

@dex4er
Last active April 3, 2024 08:13
Show Gist options
  • Save dex4er/1330416 to your computer and use it in GitHub Desktop.
Save dex4er/1330416 to your computer and use it in GitHub Desktop.
Perl oneliners
# MD5 checksum (whole file)
perl -MDigest::Perl::MD5=md5_hex -le 'undef $/; $_=<STDIN>; print md5_hex($_)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment