Question: What does the following script do when executed? #!/bin/bash mv $1 $2 echo All done!
What does the following script do when executed?
#!/bin/bash
mv $1 $2
echo "All done!"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
