Sunday, April 09, 2006

param rocks

Just wanted to mention that Allen Ormond's "param" command is great. It lets you take an existing multiple parameter command like strReplace:

strReplace -find a -replace o -string banana

and create an easier version of it (strRep in this case):

strRep a; o; banana

Basically it lets you separate parameters with semicolons instead of keywords.

0 Comments:

Post a Comment

<< Home