![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removing blank lines from comma seperated and space seperated file. | pinnacle | Shell Programming and Scripting | 11 | 05-08-2009 12:58 PM |
| Shell script: Remove blank lines | gholdbhurg | Shell Programming and Scripting | 3 | 02-25-2009 02:33 PM |
| Argument in shell script never blank | cdines | Shell Programming and Scripting | 1 | 06-09-2008 04:53 AM |
| appending space to variable | viv1 | Shell Programming and Scripting | 5 | 02-04-2008 07:01 AM |
| append blank space | HAA | Shell Programming and Scripting | 1 | 09-03-2007 05:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I am calling SQL script in my UNIX Shell script and trying to create the CSV file and my last column value of each row is 23 blank spaces.
In my SQL script,the last column is like below. RPAD(' ',23,' ') -- Padding 23 blank Spaces The CSV file is generated but the sapce(23 spaces) is not appending in each row of the CSV file. I edited the CSV file and the cursor is not allowing to go last column(23 spaces). Pls help me to resolve this issue. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|