![]() |
|
|
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 |
| replace comma(,) with Tab | vikas_kesarwani | Shell Programming and Scripting | 3 | 11-14-2008 02:15 AM |
| vi or vim replace ,$ (eol) with just a comma | dbauhaus | UNIX and Linux Applications | 6 | 10-02-2008 10:02 AM |
| How to replace all entries of comma in text file by space or other character | prashant43 | Shell Programming and Scripting | 4 | 08-30-2008 01:53 AM |
| replace space with delimiter in whole file -perl | meghana | Shell Programming and Scripting | 11 | 02-19-2008 09:35 PM |
| Replace , (comma) with space | mbarberis | Shell Programming and Scripting | 6 | 03-29-2005 11:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
replace space with comma in perl
arr_Ent_NameId variable holds 'Prakash pawar' 'sag' '23' '50000' this value Code:
'Prakash pawar' 'sag' '23' '50000' I want to replace space( ) with comma (,) There are 4 fields here. I don't want to replace first field with comma. output should be: Code:
'Prakash,pawar','sag','23','50000' Thanks Pritish ---------- Post updated at 07:28 PM ---------- Previous update was at 07:16 PM ---------- Would you pls help me out. Last edited by Yogesh Sawant; 07-05-2009 at 10:53 AM.. Reason: added code tags |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|