Question: Which line(s) is(are) incorrect? And how to correct it(them)? Please write down your correction for that line (those lines). The following shell script is used

Which line(s) is(are) incorrect? And how to correct it(them)? Please write down your correction for that line (those lines). The following shell script is used to count the number of positives integer, negative integer entered in command line./bin/sh countPos=0 countNog=0 for num in 5# do i f [num > 0] then countPos= expr ScountPos+1' elif [nun
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
