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