9fans archive / 2004 / 03 / 1529    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: glenda@cwr... Subject: multiple inputs Date: Tue, 30 Mar 2004 06:48:52 -0500 That's pretty close thanks :) I had forgotten the way rc's brackets work. This is what I wanted fn bt { eval '{' `{for (i in $*) echo 'tail -f '$i '&'} '}' } Gives me the behavior I wanted for toc and let's me put my log files together for debugging(i.e. smtp and smtp.fail } Thanks, Noah