Total Questions : 10
Expected Time : 10 Minutes

1. In a shell script, how do you concatenate two strings?

2. How do you implement parallel processing in a shell script?

3. How do you declare and use a variable in a shell script?

4. How can you pass command-line arguments to a shell script?

5. Explain how to handle signals in a shell script for graceful termination.

6. What does the 'shift' command do in shell scripting?

7. How do you comment a single line in a shell script?

8. What command is used to display the current working directory in a shell script?

9. What is the purpose of the 'basename' command in shell scripting?

10. What does the 'tee' command do in a shell script?