Thanks Volker for the alternative format. I now understand what each is doing.

Barry

Volker Kuhlmann wrote:
cat filename | sed s/string 1/string 2/g > filename2


Let's be geeks. Let's be lazy:

sed s/string 1/string 2/g < filename > filename2

Volker


Reply via email to