#!/bin/sh clear #takes all of the files in folder and converts them to correct file name #currently works only for GOES10 satellite for f in `ls -l1 ./ | grep Feb | grep ave`; do echo $f done