What are Linux shell scripts?
We can write complex computations using command line tools by creating shell scripts. Shell scripts are nothing more than simple files containing shell commands grouped together. They are called ‘shell scripts‘ because all the complex computations that would need to be typed out to the… Read More »What are Linux shell scripts?