|
code tags for code please. It makes code readable. Like {code} stuff {/code} except with [ ] instead of { }.
I take it $1 is the stat file? What is the a=`cat $1` bit for? $a isn't even used anywhere else.
If $a is used anywhere else, this'd be the weak point. Shell variables have size limits. Use pipes instead.
|