Question
Which command is used to search for a string inside a
file?Solution
grep searches for patterns in files and prints matching lines.
Extended globbing in bash allows:
A Here-Document in shell is denoted by:
In shell scripting, which command is used to read input from the user?
Which symbol is used to make a script executable in Linux?
Which operator is used for string equality comparison within `test` or `[` commands in shell scripting?
Which command is used to combine the contents of multiple files?
In shell scripting, $1 represents:
Which character is used to denote a single-line comment in a shell script?
Named pipes (FIFOs) are created using:
What does the exit command do in a shell script?