#! /bin/sh for i in `seq 1 33000`; do mkdir $i for j in `seq 1 33000`; do touch $i/$j done done