⟩ From where would the read statement read if the following statements were executed? exec < file1 exec < file2 exec < file3 read line a) It would read all the files b) It would not read any files c) It would read all the files in reverse order d) It would read only file3
b) It would not read any files