Sometimes we might need to create thousands or millions of files at once.
This command will create the number specified in the range using touch:
touch bspl{00001..70000}.c
Sometimes we might need to create thousands or millions of files at once.
This command will create the number specified in the range using touch:
touch bspl{00001..70000}.c