Ask Question
1 May, 23:01

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?

+3
Answers (1)
  1. 2 May, 02:55
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers