cat create-batch-file.sh

 

#!/bin/bash
for i in {1..10}
do
touch $i
done