In: Computer Science
1. At the command prompt, use the where command to locate the where.exe file.
Copy and paste the full path and filename for the where.exe file into the space provided below.
2. At the command prompt, enter the following command and press enter.
find "free beer" "c:\Program Files (x86)\Notepad++\*.txt"
This command searches for the string "free beer" in all .TXT files in the Notepad++ program folder.
According to the output of the find command, which of the files listed below contains the string "free beer"
A. LICENSE
B. CHANGE.LOG
C. beer.txt
D. readme.txt
1. At the command prompt, use the where command to locate the where.exe file.
Copy and paste the full path and filename for the where.exe file into the space provided below.
C:\Windows\System32\where.exe
You simly type the command : where where.exe and this will give you tuhe location of the file which is in C direcotry.
2. At the command prompt, enter the following command and press enter.
find "free beer" "c:\Program Files (x86)\Notepad++\*.txt"
According to the output of the find command, which of the files listed below contains the string "free beer"
Answer: readme.txt