#!/bin/bash # Title: Create 100000 files with touch mkdir 001; cd 001 touch `seq 1 100000`