Rosetta Stone for Unix
bhami.com
Rosetta Stone for Unix
1–10 of 30 posts
Re: Rosetta Stone for Unix
#2Re: Rosetta Stone for Unix
#3Subtle differences in the way everything was done. slight difference like: the max size of a udp packet was slightly smaller on hpux (or was it solaris) such that things would break in unexpected ways. The gzip or tar params where all slightly off... You got used to it but it was a pain.
This reminds me why linux was ascendant. I'm not sure its better but much more consistent.
Re: Rosetta Stone for Unix
#4You must be thinking of a cheat sheet.
Nothing in the link helps you 'compare languages'.
Re: Rosetta Stone for Unix
#5as someone who worked in an hpux and solaris (and a little AIX) shop, writing code with a fair number of system calls on these systems, brings back memories and not good ones. Subtle differences in the way everything was done. slight difference like: the max size of a udp packet was slightly smaller on hpux (or was it solaris) such that things would break in unexpected ways. The gzip or tar params where all slightly…
EDIT: My information was obsolete – apparently some BSD’s reimplemented gzip. I stand corrected.
Re: Rosetta Stone for Unix
#6Rosetta Stone is a copyrighted software app to teach you foreign languages. You must be thinking of a cheat sheet. Nothing in the link helps you 'compare languages'.
https://en.wikipedia.org/wiki/Rosetta_Stone
So this link does qualify as a sort of Rosetta Stone.
Re: Rosetta Stone for Unix
#7Rosetta Stone is a copyrighted software app to teach you foreign languages. You must be thinking of a cheat sheet. Nothing in the link helps you 'compare languages'.
Re: Rosetta Stone for Unix
#8Rosetta Stone is a copyrighted software app to teach you foreign languages. You must be thinking of a cheat sheet. Nothing in the link helps you 'compare languages'.
Re: Rosetta Stone for Unix
#9as someone who worked in an hpux and solaris (and a little AIX) shop, writing code with a fair number of system calls on these systems, brings back memories and not good ones. Subtle differences in the way everything was done. slight difference like: the max size of a udp packet was slightly smaller on hpux (or was it solaris) such that things would break in unexpected ways. The gzip or tar params where all slightly…
The gzip parameters should be identical, since all implementations are the GNU one. The compress program, on the other hand… EDIT: My information was obsolete – apparently some BSD’s reimplemented gzip. I stand corrected.