> -----Original Message----- > From: Gary Hawkins [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 4:17 PM > To: Robert Thompson; [EMAIL PROTECTED] > Subject: RE: Outputting shell command to a browser > > > Pipe not working with /usr/bin/grep. Why is that? > > Notice... > > print `/usr/bin/dig -x $ip | grep PTR`; > > ....works, but: > > print `/usr/bin/dig -x $ip | /usr/bin/grep PTR`; > > ....does not.
Works fine on my system, as it should. Are you sure your grep is in /usr/bin? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]