need help w/ simple bash script

2006-06-27 Thread dw
Hi all, I am trying to write a simple bash script that will collate pkg_version reports from all of my servers to generate centralized HTML reports. To format the output, I am trying: # REPORT=`pkg_version -v` But when I echo $REPORT, I get: Xaw3d-1.5E_1 = up-to-date with port

Re: need help w/ simple bash script

2006-06-27 Thread Paul Chvostek
Hiya. I've been working on a web front-end to aggregate multiple servers' package update requirements as well. I'll probably have it ready to present in another few weeks, if ${DAYJOB} doesn't get in the way. On Tue, Jun 27, 2006 at 08:01:49AM -0400, dw wrote: # REPORT=`pkg_version -v`

RE: need help w/ simple bash script

2006-06-27 Thread [EMAIL PROTECTED]@mgedv.net
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dw Sent: Tuesday, June 27, 2006 2:02 PM To: freebsd-questions@freebsd.org Subject: need help w/ simple bash script Hi all, I am trying to write a simple bash script that will collate