On Thu, 13 Feb 2014 23:37:26 -0500 Tadd Torborg <tadd at mac.com> wrote: > Does anybody know how to get sed to find and replace a ' with > something, or something with a ' ?? sed "s/'/something/g" somefile.txt sed "s/something/'/g" somefile.txt /Basil n7nix