DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Shell Script

What is shell script? Shell Script is series of command written in plain text file. Why Shell Script ? • • • • • Shell script can take input from user, file and…

Documents Linux File

Q. 1> How to write shell script that will add two nos, which are supplied as command line argument, and if this two nos are not given show error and its usage? if [ $#…