The $ should be ok since it is not at the end of the search string. However, the /'s would be a problem if you used a / as the delimeter. This should work:
Code:
sed "s#$HOME_PATH#/usr/users/user#" infile
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.