Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need help on linux 1. [10 points] Use find to display the names of all files (starting in the current directory, any current directory) that
need help on linux
1. [10 points] Use find to display the names of all files (starting in the current directory, any current directory) that have the "tex" extension. This must recursively search the directories below the current one. Hint: you must use a wildcard for the filename and wildcards are problem you have to to solve. You need to actually test this by by creating several levels of directories and putting some ".tex" files in some of them. If you do not make a directory tree to test on, you are likely to get incorrect results. Because you do NOT care what is in the files, you can create a ".tex" in some directory by simply doing $> touch file1.tex and voila you have new empty file. And find does not care if it is empty or notStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started