How shell works?
Answer / satbeer singh
Shell is a program that takes commands as an input from the
user and interact with the Operating system to execute
those commands.Shell is a wraper around the Operating
system and passes on the information in form of the
commands to get the task done.
| Is This Answer Correct ? | 7 Yes | 1 No |
How would you print just the 25th line in a file using smallest shell script?
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 ms powershell?
What is wc in shell script?
What happens on a system call?
Why do we write bin bash in shell scripts?
How do we delete all blank lines in a file?
How to customise the other shell?
What is scripting autism?
Differentiate between ‘ and ” quotes.
What does .sh file contain?
What does it mean to debug a script?