How far back does Linux's backwards compatibility extend?

link|improve this question
Are you asking about source (API) compatibility or binary (ABI) compatibility? – DragonLord Oct 21 '11 at 19:47
Hello World. -- – Hello71 Oct 21 '11 at 21:16
feedback

closed as not constructive by Breakthrough, DragonLord, Nifle, MaQleod, RedGrittyBrick Oct 21 '11 at 21:00

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

According to this, dc is older than the C programming language.

This article indicates that roff, which evolved into troff dates back to about 1970 -- but it says it was added to Unix, implying that other programs already existed. It mentions the text editor, probably ed.

One could argue that /bin/true is a reimplementation of IEFBR from IBM's OS/360.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.