Horje
ascii to binary perl Code Example
ascii to binary perl
$ echo AB | perl -lpe '$_=join " ", unpack"(B8)*"'
01000001 01000010
$ echo 01000001 01000010 | perl -lape '$_=pack"(B8)*",@F'
AB




Shell

Related
how to install image app in linux using terminal Code Example how to install image app in linux using terminal Code Example
kill x server Code Example kill x server Code Example
save output of sed to same file Code Example save output of sed to same file Code Example
gsed comand store file Code Example gsed comand store file Code Example
linux list adb Code Example linux list adb Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14