![]() |
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 |
| 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 |
| vi or vim replace ,$ (eol) with just a comma | dbauhaus | UNIX and Linux Applications | 6 | 10-02-2008 09:02 AM |
| replace space with new line | dakid | Shell Programming and Scripting | 2 | 06-03-2008 08:47 PM |
| How can i replace a character with blank space? | rollthecoin | AIX | 8 | 04-22-2008 08:55 AM |
| sed utility to replace /307 with comma | obedkhan | UNIX for Dummies Questions & Answers | 1 | 02-06-2006 11:24 PM |
| replace tab with space | avnerht | UNIX Desktop for Dummies Questions & Answers | 1 | 06-13-2002 07:30 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Replace , (comma) with space [Solved]
Hi, what is the better way to replace the , (comma) with a space char? Example:
Code:
STRING=dir1,dir2,dir3 Code:
STRING=dir1 dir2 dir3 Thanks ![]() Last edited by mbarberis; 03-29-2005 at 10:36 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|