![]() |
|
|
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 |
| setup a domain with no www prefix | mcraul | IP Networking | 3 | 11-07-2008 02:40 PM |
| How to find the last argument in a argument line? | nehagupta2008 | UNIX for Dummies Questions & Answers | 4 | 06-20-2008 12:05 PM |
| How to rename multiple files with a common suffix | er_ashu | UNIX for Dummies Questions & Answers | 1 | 09-28-2007 11:52 AM |
| How to cut prefix from a string? | nir_s | Shell Programming and Scripting | 2 | 02-19-2006 04:16 PM |
| Remove prefix from filenames | HLee1981 | Shell Programming and Scripting | 6 | 01-25-2006 03:57 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
prefix suffix to each argument
Hi,
I have a variable, which contains comma separated values. Something like. Code:
StringA="abc,def,ghi,jkl" Say if Prefix is Pre_ and Suffix is _Suf then I need to get Code:
StringA="Pre_abc_Suf,Pre_def_Suf,Pre_ghi_Suf,Pre_jkl_Suf" |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|