Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQLPlus - redirecting output
Name: YYEE Date: August 19, 2003 at 23:12:36 Pacific OS: Win 98 CPU/Ram: Celeron 256MB
Comment:
Using SQLPlus, how can I redirect the output of a 'select' statment into an ASCII file ?
Summary: I am redesigning an older batch script to redirect the output to HTML instead of text. I have converted most of the script, but have one section that is giving me problem. My problem is how to ...
Summary: Hi frens, How do I redirect all the o/p lines of 'passwd' command and at the same time give my own prompt lines to the user ie. I just want to replace the following lines- Changing password for use...
Summary: Try this bat to split your redirected output file (men-out.txt) into a new file (fixed.txt, susceptible to parsing). @echo off setLocal EnableDelayedExpansion set /p bigline=< "men-out.txt" set e...