#!/bin/bash

mkdir -p 2600/dir-{00{1..9},0{10..99},100}
touch 2600/dir-{00{1..9},0{10..99},100}/file-{A..Z}
