Question: A shell script named foo is executed as follows: ./foo a b c 'a ' Inside the script is the line: head $* How many
A shell script named foo is executed as follows: ./foo a "b c" 'a ' Inside the script is the line: head "$*" How many arguments are passed to the head command inside the script?
| 1 |
| 4 |
| 3 |
| 2 2) |
What would be the output echo Hero of the Alliance | tr -d o
| Her f the Alliance |
| Hero of the Alliance |
| Her of the Alliance |
Herd of the Alliance 3)Which grep command will search for a string in the current directory AND all subdirectories?
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
