What functions are involved in minix 3's echo

234 views Asked by At

I'd like to understand what actual files and functions are used in minix 3s echo function.The actual function that is called in the console.

1

There are 1 answers

0
Sergo Pasoevi On

If you are speaking of the shell builtin echo function, you can see how it works by looking at its source code. You can clone the repository from here or you can browse it online here