Skip to main content

All Questions

Tagged with
1 vote
1 answer
2k views

The differences between sed #, %, / and |

I'm trying to replace a string in database. I found the possible solutions below. Using # or % works to me, but not for / and |. Can anyone explain why the first two works and what the differences are ...
Stickers's user avatar
  • 123
1 vote
1 answer
764 views

Rewrite a find command that uses sed -i for AIX

I have a script that searches for a string and replaces it via the sed command. If that string contains special characters, the script will escape them (except for the slash because it's my current ...
Rich B. Goodman's user avatar