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:
and create an easier version of it (strRep in this case):
Basically it lets you separate parameters with semicolons instead of keywords.
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