Search Results

Search: Posts Made By: jolateh
3,014
Posted By ctsgnb
If needed, you can separate them with - for...
If needed, you can separate them with - for example :

queryCommand [parameters] >file.txt 2>file.err
3,014
Posted By ctsgnb
try : script file.txt queryCommand...
try :
script file.txt
queryCommand [parameters]
exitand check the content of file.txt

you could also give a try to
queryCommand [parameters] | tee -a file.txt
did you try without space:...
3,014
Posted By ctsgnb
did you try something like queryCommand...
did you try something like

queryCommand [parameters] >file.txt 2>&1If you already are in a prompt of a program (like in sqlplus, or like in a debugger gdb, ...) maybe you should get a manual of...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy