Bash Scripting - Quoting and Expansion
What is the output of the command
echo {3..7}?echo {3..7}?{3..7} expands to numbers 3 through 7 separated by spaces.echo prints the expanded list separated by spaces: 3 4 5 6 7.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions