#!/bin/sh

for (( i = 0 ; i <= 1000; i++ ))
do
read line
rm $line
done