AWK

Write an AWK program that takes as its input the salary_file.txt file(you can download it from Blackboard -> Useful Links -> Files to practice AWK and SED).

Write an AWK program that takes as its input the salary_file.txt file(you can download it from Blackboard -> Useful Links -> Files to practice AWK and SED). The salary_file.txt consists around 150 records, each record have three fields: name, salary per hour, and hours worked — fields 1, 2, and 3, respectively. Save your AWK […]

Scroll to top