Commit 2695f778 authored by Nikitha Moosapet's avatar Nikitha Moosapet

User billable hours script

parent 44e37f12
#! /bin/bash
awk -F, ' $7 == "Y" {arr[$5]+=$8}END{for(i in arr) print i,arr[i]}' timesheet.csv>useroutput.txt
\ No newline at end of file
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