Question: Hi, can you help me with this one ? Thanks! 2. Ensure that your script can be executed using bash shell. 3.(2 Points) Ensure that

Hi, can you help me with this one ? Thanks!
Hi, can you help me with this one ? Thanks! 2. Ensure

2. Ensure that your script can be executed using bash shell. 3.(2 Points) Ensure that your script is passed proper arguments. pattern is the only mandatory input to the script. An appropriate error and usage message should be raised if proper arguments are not passed into the script. See examples below. $ ./seeker.sh Error missing the pattern argument. Usage ./seeker.sh (-c) (-a) pattern (path] $ ./seeker.sh -C Error missing the pattern argument. Usage /seeker.sh (-c) (-a) pattern (path) $ ./seeker.sh -a Error missing the pattern argument. Usage ./seeker.sh [-c) (-a) pattern [path] $ ./seeker.sh-C-a Error missing the pattern argument. Usage ./seeker.sh [-c] (-a) pattern (path)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!