Bash Scripting - Quoting and Expansion
Which of the following commands correctly uses brace expansion to create files named file1.txt to file10.txt?
{start..end}, so {1..10} is valid.touch file{1..10}.txt creates files file1.txt to file10.txt as expected.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions