Commit c1fdd67c authored by vagrant's avatar vagrant

fix script

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