I have a csh script (although I can change languages if it has any relevance) where I have to:
sed s/AAA/BBB/ file
The problem is that AAA
sed -i "s|$fileWithPath|HAHA|g" file