The quote is a footnote from in the preface of the book. More concrete in this excerpt:
[…] the Unix culture has an unwritten engineering tradition that has developed over literally millions of man-years[1] of skilled effort. This book is written in the belief that understanding that tradition, and adding its design patterns to your toolkit, will help you become a better programmer and designer.
[1] The three and a half decades between 1969 and 2003 is a long time. Going by the historical trend curve in number of Unix sites during that period, probably somewhere upwards of fifty million man-years have been plowed into Unix development worldwide.
From question:
It means 1.47 million developers worked on Unix system yearly.
That depends on how one interpret "worked on" as well as what is meant by Unix. It is not about developing the Unix systems themselves, though of course these are also included. It is about using Unix as a platform for development. It being universities, companies, timeshares, servers, devices, personal and so on where *nix[2] is and has been used.
More widely the book is about the Unix(-like) development culture, philosophy and design.
[2] I use *nix here as the author talks about systems far beyond proprietary UNIX in the book. For example: "the rise of Linux and other open-source Unixes (such as the modern BSD variants)."
Also see Is Linux a Unix?, which also links to Why is there a * When There is Mention of Unix Throughout the Internet?
Unix development
is interpreted in the way ofengineers write code goes into *nix code base
+engineers write code on top of *nix
, then the number seems like reasonable. Thanks for the explanation. – Karl Xu Jun 13 '21 at 14:34