![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Checking the Empty line in csv file | sollins | Shell Programming and Scripting | 4 | 05-15-2008 04:48 AM |
| What's wrong with this line: if ${TEST:?} ; then echo empty; fi | meili100 | UNIX for Dummies Questions & Answers | 2 | 02-23-2008 08:45 AM |
| how to find empty folders without using -empty | lasse | UNIX for Dummies Questions & Answers | 7 | 01-16-2008 11:30 PM |
| /dev/rmt empty | ppass | SUN Solaris | 1 | 08-04-2005 08:34 AM |
| printing an empty line in a file (perl) | kfad | Shell Programming and Scripting | 3 | 05-07-2005 12:10 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
empty line
new problem comes out..
unix script calls sql script and save the output into a file. but now there are many empty lines in the output file. first line is empty and follow by 13 rows of data and another empty line and data and so on.. how can I fix that? thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You could use the command 'set pages 1000' in your sql statement. This should remove the blank lines.
|
|
#3
|
|||
|
|||
|
doesnt work.
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
excellent.
You r my hero. many thanks |
|||
| Google The UNIX and Linux Forums |