Ask Question

Which command would you use in a script to parse out entries that contain the word "those" from a file named config in a folder named "diet" beneath the / etc directory?

+1
Answers (1)
  1. 21 June, 19:57
    0
    I would use the grep command on the path / etc/diet/config and pass in the word "those" as an argument in order to print out all the lines that have that word in them.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which command would you use in a script to parse out entries that contain the word "those" from a file named config in a folder named ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers