The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-02-2009
tostay2003 tostay2003 is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 23
prefix suffix to each argument

Hi,

I have a variable, which contains comma separated values. Something like.

Code:
StringA="abc,def,ghi,jkl"
I want to apply prefix and suffix to each value in the string without using any loops.

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"
How can I achieve this without loops.
  #2 (permalink)  
Old 01-02-2009
Christoph Spohr Christoph Spohr is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 205
Hi,

commands:
Code:
IFS=,$IFS && read 1 2 3 4 <<< "abc,def,ghi,jkl"
string="pre_${1}_suf,pre_${2}_suf,pre_${3}_suf,pre_${4}_suf"
output echo $string:
Code:
pre_abc_suf,pre_def_suf,pre_ghi_suf,pre_jkl_suf
HTH Chris
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 05:15 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0