On Tue, 2 Jan 2001 [EMAIL PROTECTED] wrote:

> flist=`echo "$flist" | sed -e 's/'$fn'//' | awk '{ print }'`
> 


(untested)

  flist=`echo "$flist" | sed -e 's/\ '$fn'\ / /' `
                                             ^
                                             |
                                          [space]

-- Generated Signature --
Most general statements are false, 
including this one.
                -- Alexander Dumas
-- End Sig --



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to