Page 1 of 1

This is the "sub" script that is mentioned" This is the "mysedfile" script that is mentioned as well (empty line is ther

Posted: Fri Jul 08, 2022 7:26 am
by answerhappygod
This is the "sub" script that is mentioned"
This Is The Sub Script That Is Mentioned This Is The Mysedfile Script That Is Mentioned As Well Empty Line Is Ther 1
This Is The Sub Script That Is Mentioned This Is The Mysedfile Script That Is Mentioned As Well Empty Line Is Ther 1 (6.6 KiB) Viewed 49 times
This is the "mysedfile" script that is mentioned as well (emptyline is there for a reason) -
Name Class1 Class2 Class3Tom 92 94 88Nancy 91 85 95Lisa 99 77 96
Jerry 84 98 90
Question -
Use the script file “sub” discussed on the last page ofthis week’s handout as a template to complete the followingtasks:
$ cat sub for file do echo $file mv $file $$.subhld sed 's/REPORT/report/g s/FILE/file/g s/PROCESS/process/g' $$.subhld > $file done rm $$.subhld ^D