Modern Unix tools are written in what programming language?

Here is an example of using two Unix tools:

ls | grep "MMC"

lsand grep- two Unix tools.

I believe that both lsand grepare recorded on C. (Correct me if I'm wrong)

What programming language is used to implement modern Unix tools? Are modern Unix tools still implemented in C? Or are other languages ​​used?

+4
source share
2 answers

Unix- . , C ++, Perl Python . C - , , Go Unix.

+4

UNIX , Thompson C. ​​UNIX, , C, UNIX, .

C ( ). UNIX , (sh, bash, csh, tcsh ksh, zsh,...) . " UNIX" script.

, , perl python. Python , , UNIX .

++ UNIX - C. ++ ++. UNIX , ++ . GCC, 4.8 ++.

. :

+4

All Articles