Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Redirect Shell Launch to perl script

by soonix (Canon)
on Nov 27, 2016 at 16:42 UTC ( [id://1176654]=note: print w/replies, xml ) Need Help??


in reply to (solved) Redirect Shell Launch to perl script

in
${SERVER} 2>&1 | tee ${HIVE} ${LOGFILE}
I'd expect tee to overwrite your ${HIVE} script. Why don't you
${SERVER} 2>&1 | tee ${LOGFILE} | ${HIVE}
?

Replies are listed 'Best First'.
Re^2: Redirect Shell Launch to perl script
by delpi (Novice) on Nov 27, 2016 at 18:24 UTC
    Why don't I? Obviously because I don't know that fact and it is why I asked for help.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1176654]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-23 13:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found