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,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 on a file, say target.txt, use the command:
./Q3.sh target.txt
The respective output(s) will be shown on the terminal.
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.
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