Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

THIS QUESTION IS REGARDING UNIX COMMAND LINE I have shared a zipped file on drop

ID: 3593843 • Letter: T

Question

THIS QUESTION IS REGARDING UNIX COMMAND LINE

I have shared a zipped file on dropbox, here is the url, https://www.dropbox.com/s/uhfaduc4d6garc8/Goodwares-src-hasrec.zip?dl=1
the zipped file contains 138 zipped files, you need to download it then unzip it then unzip all the other files.finally, search the directory that contains all unzipped files for the following:

1) WebView [X] = (WebView) findViewById(R.id.[Y]), where X and Y can be any string

2) X.setJavaScriptEnabled(true) , where X can be any string

Submit the commands you used to search for

1) WebView [X] = (WebView) findViewById(R.id.[Y]), where X and Y can be any string

2) X.setJavaScriptEnabled(true) , where x can be any string

Explanation / Answer

From the question " search the directory that contains all unzipped files for the following", I am assuming that you only want the directory names to be listed that contains files with required strings in point 1 and point 2.