Also AWK allows to perform per-line filtering. Is it possible with tmseprocess ?

In the below example :
   some_utility | awk '{if ($0 ~ /mumu/) {print $2;}}'
the desired funtionality is "if (some_per_line_cond)
{do_smth_with_the_current_line;}"

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to