I'm sure some of you can help me with this - it seems like there must be a really simple solution, I just don't know it because of my inexperience ...
I'm using backticks to execute a command in my script, and the command (it's another perl script) is designed to output a whole heap of text to stdout (basically using bzcat).
I'm running my script and trying to capture the output of the backtick command, and feed that out through a pipe to the current stdout. Does that make sense ?
However, my problem is that whenever I run my script, I can see the command that I have called running on the system, but the text that it generates as output is never shown on my stdout, and so I'm unable to pipe it to the program I'm trying to run.
Can anybody help ?
I'm willing to paste code or explain myslef more clearly if needs be ... :->
Drew
In reply to lines written to stdout by a backtick command by oceanic
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |