Lab 3 Print, write answers, turn in. Name:______________________________________ Get the cars_file.txt file from the class web site: wget http://sensei.asia.umuc.edu/dwills/cmis325/cars_file.txt Its five fields are: make, model, year, mileage, price. What kind of file is it? How many lines, words, characters are there? What are the whitespace characters between the fields? What is its inode number? What is the command to extract the second and fourth columns? What is the command to sort by: lines (ie. default sort) by model (read about the b option; (use -b to ignore leading blanks of the last field. A field is considered to start at the blank at the end of the previous field)) reversely by year Using ~dwills/Testfiles/japan What kind of file is it? How many lines, words, characters are there? What are the whitespace characters between the fields? How many disk blocks are allocated to it? How many lines contain 'papa'? (you can manually count them) What is first field value that is first in alphabetical order? What is last field value that is last in alphabetical order? What is the largest value of the third field? A file whose name has eth0.leases as part of its name contains the DHCP lease information. Where is this file? What is the last username when the passwd file is sorted on its numeric third field?