Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2002 11:26:18 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: .sh interactive ok, from crontab, not
Message-ID:  <20021125112618.GC29473@happy-idiot-talk.infracaninophi>
In-Reply-To: <5.1.1.6.2.20021125074602.01c98e80@mail.go2france.com>
References:  <5.1.1.6.2.20021125005050.01e0c638@mail.go2france.com> <5.1.1.6.2.20021125074602.01c98e80@mail.go2france.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 25, 2002 at 07:47:46AM +0100, Len Conrad wrote:

> >Try running 'ps' using the -w flag (wide column mode):
> >
> >  if ( ps -auxw | grep -iq "^root.*master" ) ; then
> >
> >I've tested this and it works.
> 
> here, too, thanks!!

One -w switches from 80 column width to 132 column width, but two -w's
gives you unlimited width ps output.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
                                                      Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021125112618.GC29473>