in reply to Re: What is the function that does the following..?
in thread What is the function that does the following..?

Just out of curiosity, I tried the Linux od utility and the ppt od utility. I created a file called "text":
Some random text.\nMore\nEven More\n
Then for the Linux utility:
od -N 36 -c /root/Desktop/text
Then for the ppt version of od:
/usr/local/ppt/bin/od -c /root/Desktop/text
The Linux od let me control the number of bytes that were dumped; however, with the ppt od, there is no -N option.

Replies are listed 'Best First'.
Re^3: What is the function that does the following..?
by Anonymous Monk on Apr 16, 2010 at 05:58 UTC