c - Modern-day Unix tools are written in what programming language? -
here example of using 2 unix tools:
ls | grep "mmc"
ls
, grep
2 unix tools.
i believe both ls
, grep
written in c. (correct me if i'm wrong)
what programming language used implement modern-day unix tools? modern-day unix tools still implemented in c? or, other languages used?
unix tools written in number of languages. of classic tools written in languages such c , c++, perl , python popular choices. c still dominant language, seems go might find use in writing unix command-line utilities.
Comments
Post a Comment