I have a script named test.sh and the contents are as follows: \$ cat test.sh echo hi rm -f test.sh echo hi ######## What will be the output of the following comand: \$ sh test.sh
Reveal answer
Fill a bubble to check yourself
I have a script named test.sh and the contents are as follows: \$ cat test.sh echo hi rm -f test.sh echo hi ######## What will be the output of the following comand: \$ sh test.sh