What will the following statement do?
for name in `cat /root/users`
- Get into an infinite loop
- Assign to the name variable each value in the specified file
- Run for two values cat and /root/users
- Report an error
Please login or Register to submit your answer