Look at the following file contents with tab delimited information on each line (the headings are not part of the file but provided for information only):
FirstName lastNAme Age Salary john smith 22 11000 simon baba 21 20102 sarah louw 24 12000
The File name is "Stuff.txt" how can i write the unix command line that would extract all the Age values from the file?