Bash Scripting - Quoting and Expansion
What is the output of the following Bash command?
echo file{1..3}.txtecho file{1..3}.txt{1..3} generates 1 2 3, and the suffix .txt is added to each.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions