Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: rms46 on March 12, 2014, 07:13:09 AM

Title: Suggested way to convert Binary to ASCII
Post by: rms46 on March 12, 2014, 07:13:09 AM
Hi,
It seems that both base64 and uu*code are disabled in busybox.
May I know, what is the suggested/default way in TC to convert
binary to ASCII?

Thank you.
Title: Re: Suggested way to convert Binary to ASCII
Post by: Rich on March 12, 2014, 10:37:43 AM
Hi Rahmat
Maybe  hexdump  from  util-linux.tcz ?
Title: Re: Suggested way to convert Binary to ASCII
Post by: Rich on March 12, 2014, 10:45:01 AM
Hi Rahmat
Sorry, you ask for ASCII.
uuencode  is in  sharutils.tcz
base64  is in  coreutils.tcz
Title: Re: Suggested way to convert Binary to ASCII
Post by: tinypoodle on March 12, 2014, 12:17:09 PM
I'd always keep a statically linked busybox as provided by upstream around - which appears to be compiled with 'make defconfig' - to compensate for any applets missing in Core's busybox at any given moment.