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

Submitted by: Murtaza
b) It would not read any files
Submitted by: Murtaza

Read Online Linux OS Shell Job Interview Questions And Answers