Question
terminal - using the vi Lab2_2.sh Write a shell script that accepts two arguments. The first is a string, the second is a file name.
terminal - using the vi Lab2_2.sh
Write a shell script that accepts two arguments. The first is a string, the second is a file name. The script searches the file for the string, then it displays one of thesemessages. 1. If the string is in the file, it should display word does exist in file_name, where word is the string that is the first command line argument, and file_name is the name of the file given in the command line arguments
If the string is not in the file, it should display word does not exist in file_name, where word is the string that is the first command line argument, and file_name is the name of the file given in the command line arguments
If the file does not exist, it should display file_name does not exist where file_name is as explained above
please post the run code too
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started