Word Separator

Element Name

WORD_SEPARATOR "string"

Description

Instructs Post to output string between all other words of output (see the nows switch below). If the string contains any ASCII control characters (e.g., newlines, tabs, escapes) then those characters of string must be entered in octal code. This is referred to as the octal rule. For example, if the word separator is a tab then this argument would be "\011".

Example

WORD_SEPARATOR " "