About Me

My photo
Vijayapur, Karnataka, India
Let us learn together!

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:

PC Lab Expt 3:

  Program 3: Calculate Fibonacci Numbers Using OpenMP Tasks Objective To compute the Nth Fibonacci number using OpenMP tasks , where recurs...