Question: 1.1 What do the following commands do? You can use command man to check the command description. cd ps ps -u $(whoami) kill 1.2
1.1 What do the following commands do? You can use command man to check the command description. cd ps ps -u $(whoami) kill 1.2 What does the following script do? myvar=0 while [$myvar -le 10 ] do done echo $myvar myvar $($myvar + 1)) 1.3 What does the following script do? for myfile in ../?????? do if [ -d "$myfile"] then echo "$myfile (dir)". else echo "$myfile" fi done
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
