![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Joining lines in reverse. append line 1 to line 2. | dwalley | Shell Programming and Scripting | 7 | 08-04-2008 08:11 AM |
| Search a string and append text after the string | kesu2k | Shell Programming and Scripting | 8 | 07-18-2008 08:35 PM |
| How to append some strings line by line? | xinoo | Shell Programming and Scripting | 4 | 06-24-2008 03:04 AM |
| Append string in all rows | Rock | Shell Programming and Scripting | 7 | 12-01-2006 02:46 AM |
| append esc string | beilstwh | Shell Programming and Scripting | 2 | 05-11-2005 02:33 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
HOWTO Append String to End of Line
I have a comma delimited text file and need to appened ",000000" to the end of every line. For example:
Before: "D700000","2006" ,"5000","Open Year" ,"Conversion" ,"Wk64","Productive Payroll $" ,1103.45 After: "D700000","2006" ,"5000","Open Year" ,"Conversion" ,"Wk64","Productive Payroll $" ,1103.45,"000000" Thank you in advance for your help. Brian |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|