Choose a topic to test your knowledge and improve your Shell Scripting skills
Continue statment cannot be used in which loop?
Which of the following statement causes the current iteration of the loop to exit, rather than the entire loop?
What is the syntax of continue statement?
Which symbol is used for taking input from standard input?
Which of the following symbol(s) can be used to redirect the output to a file or another program?
The >> symbol is used to overwrite the existing file if it exists and | is used to give input to another program.
We can redirect the error message to file named newfile using __________ command.
Which symbol is used to redirect error messages to /dev/null?
Which command saves one copy of character stream in a file and store the other to standard output?
Which of the following is not true about tee command?