![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Append and Prepend Text to a file list | CapnDoody | Shell Programming and Scripting | 4 | 02-19-2009 07:08 PM |
| Append text at end of the first line in a file | catgovind | Shell Programming and Scripting | 7 | 05-01-2008 07:33 AM |
| how to append text into a file. | beilstwh | Shell Programming and Scripting | 2 | 03-06-2007 05:51 PM |
| using sed to append text to the end of each line | Redg | UNIX for Dummies Questions & Answers | 8 | 07-26-2006 10:59 AM |
| Text Append | 801238429 | Shell Programming and Scripting | 5 | 04-05-2005 12:59 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
i have something like below in my SAS code and every month i need to append a text say 'ext.hlc_sum0906' near ext.hlc_sum0905 and next month after ext.hlc_sum0906 i need to append this 'ext.hlc_sum0907' and so on like that.. is it possible using SED or some other command in unix?
Code:
%let h2009 = ext.hlc_sum0901 ext.hlc_sum0902 ext.hlc_sum0903 ext.hlc_sum0904 ext.hlc_sum0905 Last edited by depakjan; 06-30-2009 at 05:23 AM.. |
|
||||
|
hey,
perhaps cat will help you? cat file1 file2 file3 >> filex cat filex file4 >> filex cat filex file5 >> filex cu lowbyte |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|