(Solved) : Find Largest File Directory S Subdirectories Ignore Symbolic Links Search Print Name Size Q37175347 . . .

Find the largest file in a directory and it’s subdirectories but ignore symbolic links in your search. Print the name and size of the largest file. In case of a tie, you can print the name of any file you find. You must ignore symbolic links to keep your search from getting into an infinite loop Do this using C using ftw) or fts () Create a Makefile that will “build” your program and running it using make test and delete all its binaries using make clean. Show transcribed image text Find the largest file in a directory and it’s subdirectories but ignore symbolic links in your search. Print the name and size of the largest file. In case of a tie, you can print the name of any file you find. You must ignore symbolic links to keep your search from getting into an infinite loop Do this using C using ftw) or fts () Create a Makefile that will “build” your program and running it using make test and delete all its binaries using make clean.
Expert Answer
Answer to Find the largest file in a directory and it’s subdirectories but ignore symbolic links in your search. Print the name an…
OR