Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 1.25 KB

File metadata and controls

56 lines (50 loc) · 1.25 KB

ISS_Assignment_1

Name:Aman Raj
Roll No: 2021101064

To Run Q1.sh

Q1.sh has two parts a and b. Both of these are in same file Q1.sh.
To run it, use the command:

./Q1.sh

The output(s) will be displayed on the terminal.

To Run Q2.sh

To run Q2.sh,type this on the command line:

./Q2.sh



The output will be displayed in a file `speech.txt`. If it is not there, one will be created.

To Run Q3.sh

To run Q3.sh on a file, say target.txt, use the command:

./Q3.sh target.txt


The respective output(s) will be shown on the terminal.

To Run Q4.sh

Use this on command line:

./Q4.sh

The input for Q4.sh must be present as the comma seperated list of integers.

After pressing enter, the sorted array will be displayed on the terminal itself with spaces.

To Run Q5.sh

All the parts of Q5 (a,b,c) have been included in a single Q5.sh.
To run the command for Q5, use the command

./Q5.sh


After this, input the string on which you want to do modification.
The output(s) of the parts will be displayed correspondingly.

Link Of GitHub repository: https://github.com/amanfoundongithub/ISS_Assignment1