#!/bin/bash

for n in `seq 65 74`;
do
  tar -cvf  RD00$n.tar  RD00$n
done
