$remtok: Difference between revisions
Jump to navigation
Jump to search
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.