Question 26 You are given the command with arguments provided below. After a shift command is executed in my_script.sh, what are the values of the variables $0, $1, $2, $3. $*, and $# ? /my_script.sh...


Question 26<br>You are given the command with arguments provided below.<br>After a shift command is executed in my_script.sh, what are the values of the variables $0, $1, $2, $3. $*, and $# ?<br>/my_script.sh file1.txt file2.txt<br>O file1.txt, null/empty, null/empty, null/empty, file1.txt, 1<br>O Jmy script.sh, file1.txt, null/empty, null/empty, file1.txt, 1<br>O Jmy script.sh file2.txt, null/empty, null/empty, file2.txt, 1<br>O /my script.sh, null/empty, null/empty, null/empty, null/empty, 0<br>O file1.txt, null/empty. null/empty, null/empty, file2.txt, 1<br>

Extracted text: Question 26 You are given the command with arguments provided below. After a shift command is executed in my_script.sh, what are the values of the variables $0, $1, $2, $3. $*, and $# ? /my_script.sh file1.txt file2.txt O file1.txt, null/empty, null/empty, null/empty, file1.txt, 1 O Jmy script.sh, file1.txt, null/empty, null/empty, file1.txt, 1 O Jmy script.sh file2.txt, null/empty, null/empty, file2.txt, 1 O /my script.sh, null/empty, null/empty, null/empty, null/empty, 0 O file1.txt, null/empty. null/empty, null/empty, file2.txt, 1

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here