Question: hello I keep getting the wrong outcome after typing in the command the outcome is > instead of the correct formating can you see if
Step 8. It is worth 10 points Get the number of people using the Firefox browser by version HINT: Before modifying webstats.sh, you can save time by first experimenting on the command line with the command chain of pipe operations Let's think about what you need to do 1. The information about the browser used is found in column 6. What command extracts the sixth column from a text file? 2. The browser information will be a long string that looks something like "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0". However, the information is not always formatted the same. For example, the browser information for Windows users will be formatted differently than for Linux users. Therefore, reformatting is required in order to reliably determine the number of Firefox users. 3. The first reformat step is to remove all double-quotes. What command can be used to remove this character? 4. The next reformat step is to convert each remaining string into separate lines. Search the Internet for a solution. HINT: You will need to convert a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
