#114745 - 2004-02-25 10:41 AM
Re: find, findstr, grep, awk type functions
|
Richard H.
Administrator
   
Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
|
Things like "find", "grep" and "awk" are utilities, not scripting features - awk is an entire scripting language in itself.
If you want to use these in KiXtart, download the windows compiled versions - you'll find a couple of repositories on SourceForge. If you have trouble finding them, post again in the general forum and I'll look up the link for you.
It is not appropriate to build these into KiXtart. If you were using these utilites in *nix, you would be calling them in a shell (batch) script the same way that you use "SHELL" or one of the "pipe" UDFs in KiXtart.
What would be appropriate and would resolve most of your requests would be a request for: 1) Reading application output and writing directly to application input (piping). 2) Built-in support for regular expression matching.
While it would be nice to have KiXtart friendly built-in function these requirements can already be satisfied, albeit with a little work and/or the use of existing UDFs. Search for WSHPipe for piping and Howard Bullocks efforts for regular expressions.
|
Top
|
|
|
|
find, findstr, grep, awk type functions
|
Everyone
|
2004-02-25 05:04 AM
|
Re: find, findstr, grep, awk type functions
|
Bryce
|
2004-02-25 04:30 PM
|
Re: find, findstr, grep, awk type functions
|
Everyone
|
2004-02-25 09:48 PM
|
Re: find, findstr, grep, awk type functions
|
Richard H.
|
2004-02-26 12:25 PM
|
Re: find, findstr, grep, awk type functions
|
Richard H.
|
2004-02-25 10:41 AM
|
Re: find, findstr, grep, awk type functions
|
Lonkero
|
2004-02-25 07:37 AM
|
|
Moderator: Lonkero, ShaneEP, Jochen, Radimus, Glenn Barnas, Allen, Ruud van Velsen, Mart
|
0 registered
and 492 anonymous users online.
|
|
|