Skip to content

Instantly share code, notes, and snippets.

Created January 7, 2014 15:43
Show Gist options
  • Save anonymous/8301237 to your computer and use it in GitHub Desktop.
Save anonymous/8301237 to your computer and use it in GitHub Desktop.
perl -e '$_=join"",map{chr}33..127;s/[^\W]//g;print"$_$/"';
!"#$%&'()*+,-./:;<=>?@[\]^`{|}~
perl -e '$_=join"",map{chr}33..127;s/[^[:punct:]]//g;print"$_$/"';
!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
perl -e '$_=join"",map{chr}33..127;s/[^\W_]//g;print"$_$/"';
!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment