If you want to create multiple files with in a sequence, for examples, like exe1.txt
, exe2.txt
, exe3.txt
, etc., below is the simplest way.
touch exe{1..10}.txt
If you want to create multiple files with in a sequence, for examples, like exe1.txt
, exe2.txt
, exe3.txt
, etc., below is the simplest way.
touch exe{1..10}.txt