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.
Asked
Active
Viewed 185 times
1 Answers
0
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

Sergo Pasoevi
- 2,833
- 3
- 27
- 41