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?
source
share