Solved

Consider the Following Script {713}\{ 7 \ldots 1 \ldots 3 \}

Question 4

Multiple Choice

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


A) 1 3 5 7
B) 1 4
C) 1 4 7
D) 7 4 1

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions