What is the purpose of issuing this command?

User scott issued the following command at the bash prompt:
[scott@station1 ~]$read -t15 -n10 -s DAX
What is the purpose of issuing this command?

User scott issued the following command at the bash prompt:
[scott@station1 ~]$read -t15 -n10 -s DAX
What is the purpose of issuing this command?

A.
to make the read statement provide 15 seconds to enter up to 10 characters silently (no echo to
terminal) into the $DAX variable

B.
to make the read statement provide 15 seconds to enter a minimum of 10 characters echoing
onto the terminal

C.
to make the read statement provide 15 seconds to enter a minimum of 10 characters without
echoing onto the terminal

D.
to make the read statement provide 15 seconds to enter up to 10 characters, echoing onto to
terminal, into the $DAX variable

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *