Group: alt.msdos.batch.nt · Group Profile · Search for Somescript in alt.msdos.batch.nt
Author: Luuk
Date: May 13, 2008 10:20
Hello, I would like to write a small script used as follows: igrep *** That basically simply performs the grep and formats the output in a special way using another script. In short, what should be executed is: grep *** | someScript ...where the *** is anything that can be given to grep. Thus not only the pattern and files but also including flags and params and so on. What would
|