Commit bcf93ad3 authored by vagrant's avatar vagrant

question 5 partially done, working out a few things on it

parent a96a6faa
#!/bin/bash
declare -A map
awk -F, '{map[$5]+=$8}END{for(i in map) print i,map[i]}' timesheet.csv | sort -u
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment