Search Results

Search: Posts Made By: Rapcher
2,999
Posted By Rapcher
Switch Case not working
My switch case is not working properly. When I press 6 or 'r' it prints out all the names of the project and the error message.

#!/bin/bash

while true; do

read -p "Enter project number...
1,515
Posted By Rapcher
I was able to manipulate your code into what I...
I was able to manipulate your code into what I needed. Thanks!

---------- Post updated at 07:53 AM ---------- Previous update was at 07:34 AM ----------

I got it working somewhat but its acting...
1,515
Posted By Rapcher
How would I isolate for just say one project?
How would I isolate for just say one project?
1,515
Posted By Rapcher
Each field in the file is specific. The first...
Each field in the file is specific. The first field is works SSN, the second field is the project number, and the third field is hours worked.
So, if someone ask for all the people working on...
1,515
Posted By Rapcher
Arthmetic & Operations Using AWK
Trying to do math while using awk and if statements.

awk 'BEGIN {FS = ":"} ;
{if($2=1) {$3 +=};
print "Total employee work hours: " $3}' works_on.txt

The file format is
123456789:1:32.5 ...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy