Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Complete these steps: Navigate to your home directory. Create a directory named Module 1 5 . Navigate to that directory. Create a colon - delimited
Complete these steps:
Navigate to your home directory.
Create a directory named Module
Navigate to that directory.
Create a colondelimited payroll.dat file with this structure EmpID:LastName:FirstName:Salary
Insert five employee records into the file The rd line must be: A:Smith:Thomas: The remaining ones can be with data of your choice.
Use sed to display Thomas Smith's data by Thomas' EmpID.
Use sed to display the th and th records only.
Use awk to display all records with a Salary greaterthen $
Use sed to delete Thomas' data. Use awk to create a report showing the employee's first name and their salary. Create a heading report entitled "Employee Salary Report."
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started