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?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here