Rick:

Thanks; belive I've got a clue now.

//jrkeene

On 17 Nov 99, at 20:02, Rick L. Mantooth wrote:

> Jerry,
> echo will send its output to wherever the "stdout" is at the
> specific portion of your script.
> Here is a quickie to demonstrate:
> 
> #!/bin/sh
> echo "line 1"
> echo line 2
> (
> echo "Testing echo line 3"
> ) >/dev/null
> echo "Number 4"
> # end quickie
> 
> And the output is:
> 
> line 1

Jerry R. Keene
Senior Systems Analyst
SCS ENGINEERS
Partners With EPA Through The Landfill Methane Outreach Program

Phone: 703.471.6150
Fax: 703.471.6676
http://www.scseng.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to