๐Ÿ“ข Too many exams? Donโ€™t know which one suits you best? Book Your Free Expert ๐Ÿ‘‰ call Now!

  • google app store apple app store
  • โœ–

      Question

      In shell scripting, which command is used to read input

      from the user?
      A scan Correct Answer Incorrect Answer
      B read Correct Answer Incorrect Answer
      C input Correct Answer Incorrect Answer
      D get Correct Answer Incorrect Answer
      E scanf Correct Answer Incorrect Answer

      Solution

      read takes input from the user and stores it in a variable, e.g., read name stores input in name.

      Practice Next
      ask-question