Difference between revisions of "$remtok"

From Scriptwiki
Jump to: navigation, search
(not ready but want to save it)
(No difference)

Revision as of 20:01, 17 October 2005

Removes the Nth matching token from text.

$remtok(text,token,N,C)

Example

echo -ag $remtok(This is a moo test, moo, 1, 32)

This echo's This is a test, as moo is removed from the text.