About Me

My photo
Vijayapur, Karnataka, India
I am interested in Teaching.

Friday 13 October 2017

USP Assignment-II (part-2): Happy Deepawali!

1. What is shell script? Explain in detail with example.

2. Write shell scripts for following.
To display "Hello World" message
To display today's date with appropriate message.
To read pattern to be search and file name to display the records from given file.
To perform arithmetical operations like addition, subtraction, multiplication, division and modulus operations by reading two values.

3. Write short note "command line arguments" used in Unix.
 

|| Happy Deepawali ||

No comments:

GCD of two numbers and its application...

The greatest common divisor (gcd) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. The ...