Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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 not

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions