Skip to content

Files

Latest commit

e769802 · Sep 16, 2019

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