For Linux-I have a vi editor that I need to write a shell script that will be 2 lines called lookfor2.sh that executes a command to look in the terminal for words containing "ing" in dict..txt. The...


For Linux-I have a vi editor that I need to write a shell script that will be 2 lines called lookfor2.sh that executes a command to look in the terminal for words containing "ing" in dict..txt. The first line should specify that the program "/bin/sh" is to be used. The second line should contain your command.


I understand I need to give the command grep ing dict.txt to see words that have ing in the terminal. Its output was barking and feeding. How do I write the script and then give a command to the terminal to execute my script?



Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here