advanced code snippet search
remysharp on 11/14/07
textmate binary decode base64
11/14/07 07:52am
1 person have marked this snippet as a favorite
vali29
perl -MMIME::Base64 -ne 'print decode_base64($_)' < file.txt > out
Report this snippet Tweet
Comment:
You need to login to post a comment.