Sale!

ECE 357 Program 5 Smear solved

Original price was: $35.00.Current price is: $30.00. $25.50

Category:

Description

5/5 - (3 votes)

The purpose of this program was to take advantage of the _mmap_ system call to replace strings within given files.

The program _smear_ is invoked by:
“`
smear TARGET REPLACEMENT file1 {file 2….}
“`

For each of the named files, it searches for every instance of the string given by the first argument and replace it with the replacement string given by the
second argument. It is assumed that both the target and replacement strings are the same number of characters.