#!/bin/bash for f in {1..9}; do touch "$f xx.txt" done