Linux
A simple implementation of the “tee” command
Recently, I have started to read the book “The Linux Programming Interface”. In chapter 4 of the book, the reader is given the exercise to create the tee command. For those of you who is not familiar what a tee command does, it is a simple command that reads the Read more…