Hi,
I have an input file with these lines (thousands of records):
filename projectname owner group month day time age agegroup
It's a modification of the information listed by ls -l. What I want to do is to categorize the records according to project name, and then within each project name, categorize the records according to age group, and get the total number of files.
I'm quite new to AWK and I can't figure out a way to do it. Can anyone help?
I have an input file with these lines (thousands of records):
filename projectname owner group month day time age agegroup
It's a modification of the information listed by ls -l. What I want to do is to categorize the records according to project name, and then within each project name, categorize the records according to age group, and get the total number of files.
I'm quite new to AWK and I can't figure out a way to do it. Can anyone help?