$remtok: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
not ready but want to save it
(No difference)

Revision as of 18: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.