Commit 91007420 authored by vagrant's avatar vagrant

complete script five

parent 804ab4fd
#! /bin/bash
awk -F, '{table[$5]+=$8}END{for(title in table) print title,table[title]}' timesheet.csv
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