Re: Auto-Passing of positional parameters from flatfile to SHELL Script

From: Adam Smith (adamsmith_at_econ.com)
Date: 12/28/04


Date: Tue, 28 Dec 2004 03:27:18 -0800


Adam Smith wrote:

> if (($1 == $2) and [-s pmdat1.tmp])
OOOOps!
      if (($1 == $2) and [ -s pmdat1.tmp ])

> then

> -- Adam --