What does .sh file contain?
No Answer is Posted For this Question
Be the First to Post Answer
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What is scripting used for?
what are command line arguments? what is the need of those?
What is .sh file in mac?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
What is the first line of a shell script called?
What is a shell in operating system?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is a boot block?
Is it possible to substitute "ls" command in the place of "echo" command?
What is a shell made of?
What is option in shell script?