rp: replace one string with another

This simple C program replaces one string with another in standard input or in one or more files.

Download

Download a compressed archive file:

Unpack

Unpack the archive file. For example:

Compile

  1. Go to the rp directory. For example: cd rp
  2. Compile and link the executable file. For example:
    • With make: make
    • Without make: gcc -o rp rp.c