From owner-freebsd-current@FreeBSD.ORG Mon Aug 10 19:50:27 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5507B1065670 for ; Mon, 10 Aug 2009 19:50:27 +0000 (UTC) (envelope-from rivanr@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id D18308FC16 for ; Mon, 10 Aug 2009 19:50:26 +0000 (UTC) Received: by bwz2 with SMTP id 2so2148532bwz.43 for ; Mon, 10 Aug 2009 12:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=E+jI9bA1YKZPFP0cTZKPkiD7GgVioGmJP3geYiJimwM=; b=nI5cEZq+Y61hbh/onXlPiY6DG3WMIsWX8MRlLIPYCQO8CzL4jwZpVEgYH2QRLvcjjR 8ig8Aaxs1tBLSx2awFmX03Cq6YBKFGF12tDdmipIFYDLjUb+pRCBIY8iTs/z6Di2vG+f YkoQaUil3+b7c9ACd6kiCS9MYJaYG69iZ5pq8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=TbbAZZsHaUemKzbttRruJa0q0n3ZJKyTpvoKGYDx7Eq6mK498V5aq0q31L5xr0IXLK GMtOlY6vWId3HKJLXIelK4wUcCbygSboqwUMklhlqBzI7MRuQI/xoa52AxwZGxQFrKbz 1+XpmvZCk5fx9hLVsvPYwMAllX+ByQLbMQ51Q= Received: by 10.204.115.73 with SMTP id h9mr2096632bkq.177.1249933825594; Mon, 10 Aug 2009 12:50:25 -0700 (PDT) Received: from azdaja.softwarehood.com ([95.180.33.218]) by mx.google.com with ESMTPS id 2sm7339876fks.3.2009.08.10.12.50.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 10 Aug 2009 12:50:24 -0700 (PDT) Message-ID: <4A8079FF.1040007@gmail.com> Date: Mon, 10 Aug 2009 21:50:23 +0200 From: Ivan Radovanovic User-Agent: Thunderbird 2.0.0.22 (X11/20090708) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <50679.1249933434@critter.freebsd.dk> In-Reply-To: <50679.1249933434@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Weird console bug X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2009 19:50:27 -0000 Poul-Henning Kamp wrote: > In message <4A80778B.8090708@gmail.com>, Ivan Radovanovic writes: > > >> ps -axj | grep opera >> You will receive different results depending on width on console window >> (for example, for me no results on normal text mode console, in X it >> depends on width of console you are executing above command in). >> > > See the -w option to ps > > Thanks, anyway I find this behavior weird when redirecting or piping...