Tuesday, March 22, 2011

Append .jar to USeq applications

FILES=USeq_7.6.2/Apps/*
for f in $FILES
do
echo "Processing $f file..."
# take action on each file. $f store current file name
#cat $f
mv $f $f'.jar'
done

No comments:

Post a Comment