Creating files without loops
[[email protected]]$ touch file{1..5}.txt[[email protected]]$ lsfile1.txt file2.txt file3.txt file4.txt file5.txt