-
root@ubuntu:~# awk -vd=$[2#100011] 'BEGIN{printf"%c\n",d}'
-
#
-
root@ubuntu:~# awk -vd=$[8#43] 'BEGIN{printf"%c\n",d}'
-
#
-
root@ubuntu:~# awk -vd=$[10#35] 'BEGIN{printf"%c\n",d}'
-
#
-
root@ubuntu:~# awk -vd=$[16#23] 'BEGIN{printf"%c\n",d}'
- #