#!/bin/sh for i in $(seq 1 10) do rm -f "../../../alias/test$i" done