Next: , Up: sed   [Contents][Index]


6.7.1 Loading sed module

module sed sed [args]

The following arguments may be given in the statement above:

icase

Use case-insensitive expressions.

noicase

Use case-sensitive expressions. This is the default.

extended

Use extended regular expressions. This is the default.

noextended

Use basic regular expressions.

Although sed module is designed for transformations in the first place, it may also be used as a conventional lookup database (see sed lookups). The following options modify its behavior in this mode:

positive-reply=str

Use str for positive replies.

negative-reply=str

Use str for negative replies.

onerror-reply=str

Reply with str if an error occurred.