#!/bin/sh for i in io_hdf5 io_phdf5 wrf_modules do tar cvf $i.tar $i compress $i.tar tar cvf $i.tar $i gzip $i.tar tar cvf $i.tar $i done