Your IP : 18.119.135.11


Current Path : /usr/local/mgr5/sbin/
Upload File :
Current File : //usr/local/mgr5/sbin/octalconv.sh

#!/bin/sh

echo -n $1 | perl -pe 's[\\(?:([0-7]{1,3})|(.))] [defined($1) ? chr(oct($1)) : $2]eg' 2> /dev/null || echo -n $1