Ask Question
11 June, 21:49

Find all the files in / etc (including subdirectories) end. conf Send the list of full path names to s9. Your find command may produce "Permission Denied" errors during this search. This will have no effect on the answer, and this error can be safely ignored for this question.

+1
Answers (1)
  1. 12 June, 01:37
    0
    Following is the code;

    find / var / - user root | grep - E ' ( / / (. * ? / / ) + ) '> s8

    Explanation:

    This is a pipelining exercise, so I did it

    I am using grep - E with a regex that should only extract the path from the found files and write it to a file called s8.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Find all the files in / etc (including subdirectories) end. conf Send the list of full path names to s9. Your find command may produce ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers