In the last chapter, we got started with shell scripting for Unix-like OSs. We are comfortable with shell scripts now.
I/O redirection
Crontab
After this chapter, we will be comfortable using the above-mentioned advanced features in the shell. This is a very short chapter.
I/O Redirection
In Unix-like operating systems, standard streams are interconnected input and output channels. The three standard ...