What is shell scripting used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is a shell script? Can you name some of its advantages?
How to modify the PATH variable and make it executable?
How do I read a .sh file?
What is awk in shell script?
What are the 4 basics of OOP?
How will I insert a line "abcdef" at every 100th line of a file?
What are the advantages of shell script?
What is a shell in operating system?
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"
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
What is the difference between bash and shell?
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?