Exam 10: Shell Scripting

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The command to view the contents of a variable at the shell prompt is

(Multiple Choice)
5.0/5
(35)

The redirect operator used to send the output of a command to a file is written as

(Multiple Choice)
4.7/5
(30)

Shell scripts can obtain user input using the command

(Multiple Choice)
4.7/5
(29)

The difference between break and continue while processing loop input is that

(Multiple Choice)
4.7/5
(32)

Consider the following script. The output will be newlines replaced by spaces for brevity): #! /bin/bash for number in {51}\{ 5 \ldots 1 \} do echo snumber done

(Multiple Choice)
4.9/5
(30)
Showing 21 - 25 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)