
dendro
New User
Apr 22, 2011, 3:05 AM
Post #1 of 2
(289 views)
|
|
Adding extra char before spaces in quotes
|
Can't Post
|
|
Hi, I need a perl (one liner?) which will add \ before spaces beetwen ' chars. For example: command arg0='na me' arg1='oth r' after modification should look like command arg0='na\ me' arg1='oth\ r' Is it possible to do it?
|