Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 183 Bytes

create-sequential-files.md

File metadata and controls

5 lines (4 loc) · 183 Bytes

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