Commit a1ca5228 authored by Shanelle Valencia's avatar Shanelle Valencia

Update 5-generateReport

parent 53531f2f
......@@ -34,7 +34,7 @@ awk -F"," '{
{ print key, arr[key] }
{ totalhours += arr[key] }
{ print "Total: " totalhours }
}' timesheet.csv
}' timesheet.csv | sort -k5
......
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