#!/bin/bash

for n in `seq 38 42`;
do
  tar -cvf  RD00$n.tar  RD00$n
done
