This is not homework and my boss told me i can use all the resources I need to accomplish this, I have never taken a class on bash and the class i did go through for unix/linux was for a military system.
in regards to the awk command, I am not wanting a file report. Is it possible to do something such as:
list=$1 (for i in 'awk {print $6 $7 $9}

as a variable and then do.
for i in 'll /some/random/file/';
do echo $1;
done
Please forgive me if this is horribly wrong. Like I said, this is the first bit of scripting I have ever done and im teaching myself as I go.
---------- Post added 12-20-13 at 04:50 PM ----------
And that was not suppose to be a smiley face btw