View Single Post
moudy91's Avatar
Posts: 165 | Thanked: 18 times | Joined on Jun 2010
#1347
Originally Posted by No!No!No!Yes! View Post
Have you already tried replacing it with escaped sequence piping through sed the output of the command?

PHP Code:
Nokia-N900-51-1:~# echo "pippo & pluto" | sed "s/&/&/g"
pippo &amppluto
Nokia
-N900-51-1:~
thanks it worked.