Problem setting up a trigger with a wildcard on UNIX

Problem or error: The following trigger did not work: /campaign/bin/unica_actrg -p 4664 * go

Solution: To prevent the shell from expanding the wildcard (*) character, surround the wild card with quotes. For example:

/campaign/bin/unica_actrg -p 4664 "*" go