![]() |
|
|
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 |
| how to append spaces(say 10 spaces) at the end of each line based on the length of th | prathima | UNIX for Dummies Questions & Answers | 17 | 01-28-2009 04:10 PM |
| append string with spaces to a line | Satyak | Shell Programming and Scripting | 2 | 11-03-2008 08:20 AM |
| Append Spaces At end of each line Leaving Header and Footer | deepam | Shell Programming and Scripting | 1 | 10-21-2008 05:08 AM |
| Joining lines in reverse. append line 1 to line 2. | dwalley | Shell Programming and Scripting | 7 | 08-04-2008 08:11 AM |
| Append strings with filler spaces | handak9 | UNIX for Dummies Questions & Answers | 1 | 08-11-2005 11:51 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
append end of line with 8 spaces
Code:
child_amt=$amount prev_line="$prev_line $child_amt" i am getting the result like this Code:
21234567890001343 000001004OLFXXX029100020091112 0000060 but i want 8 spaces between the eg: Code:
21234567890001343 000001004OLFXXX029100020091112 0000060 how can i do this in .ksh Last edited by pludi; 4 Weeks Ago at 05:50 PM.. Reason: code tags, please... |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|