Re: help with she script

2005-07-07 Thread Alejandro Pulver
On Wed, 6 Jul 2005 23:29:17 -0400 "fbsd_user" <[EMAIL PROTECTED]> wrote: > On Sun, 3 Jul 2005 16:47:24 -0400 > "fbsd_user" <[EMAIL PROTECTED]> wrote: > > > This is my last coding problem. > > > > > > target="check-state" > > > > # Find the rule number of the target rule where you want the > doorm

RE: help with she script

2005-07-06 Thread fbsd_user
On Sun, 3 Jul 2005 16:47:24 -0400 "fbsd_user" <[EMAIL PROTECTED]> wrote: > This is my last coding problem. > > > target="check-state" > > # Find the rule number of the target rule where you want the doorman > # pass rules inserted before. > > ruleno=`ipfw list | sed -n -e "s/00\([0-9]*\) $target

Re: help with she script

2005-07-03 Thread Alejandro Pulver
On Sun, 3 Jul 2005 16:47:24 -0400 "fbsd_user" <[EMAIL PROTECTED]> wrote: > > Thanks guys your solutions have worked and I am learning allot along > the way. > You are welcome. > This is my last coding problem. > > > target="check-state" > > # Find the rule number of the target rule where yo

RE: help with she script

2005-07-03 Thread fbsd_user
Thanks guys your solutions have worked and I am learning allot along the way. This is my last coding problem. target="check-state" # Find the rule number of the target rule where you want the doorman # pass rules inserted before. ruleno=`ipfw list | sed -n -e "s/00\([0-9]*\) $target/\1/p"` T