Answered step by step
Verified Expert Solution
Question
1 Approved Answer
linux please 4) As we know, the command af -h will return the following message: Filesystem Size Used Avail Use Mounted on udev 7.8G 0
linux please
4) As we know, the command "af -h will return the following message: Filesystem Size Used Avail Use Mounted on udev 7.8G 0 7.8G 0% /dev tmpfs 1.6G 1.3M 1.6G 1% /run /dev/mapper/ubuntu--vg-ubuntu--ly 1966 19G 1696 1087 Empfe 7.9G 7.9G 08 /dev/shus Plerse write an awk command to parse the output of "df -h" so that the following information is displayed: (hint: study "awkc8" in the handout and "example 7" in lab 7) Total Used Disk Space: 19G Please provide the screenshot of your script/command with its output below: S) Based on the examples "awkeg" and "awkc89" presented in Handouts for Week 8, please write an awk script called "awkc888" that takes two input values and then display the larger one as shown below: $awkc888 100 40 100 $ awkc888 100 240 240 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