Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Redirection of output in variable
Name: jbeaudoi Date: March 31, 2005 at 19:42:16 Pacific OS: Win XP CPU/Ram: 1024
Comment:
Is it possible to redirect STDOUT to a var ? Like : cat FILE > var
Summary: I want to redirect the output of a PL/SQL procedure to a log file. In this file I want to have all the output of the execution, the results of every step, errors, etc.. I have tried with a UNIX pipe (...
Summary: Hi, I am using sed to replace a set of characters in a text file as follows: sed 's&/Jehan/trial/xyz/gg/&&g' $ABC/xyz/gg/pp.txt >> $ABC/xyz/gg/testpp.txt; The variable $ABC holds the values "Je...