Question: 3. (16 points) We want a Basfi seript which will take a list of filenames on the commund line and print out how many lines
3. (16 points) We want a Basfi seript which will take a list of filenames on the commund line and print out how many lines are in each file. For each of the following scripes, initicate whether it works. If it does-noh, show how to fix it Script A Works as ik, Nends fixing. \#1 / bin/basb for file in $0 do 4C.1file done Script B Works as is: Needs fixitus. in /bin/bash for file in $. do echo - D "Sfile " grep c,, \$file done Script C Works as is, Neods flatis. \#) bin/bagh for file in * do echo n "\$rile " tr -dc ' done Script D Worlar as in: Neods fixing. \#! /bin/baah for file in $0 do echo - A "\$file " awk 'END { print NR \}' \$file done
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
