From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25596 invoked by alias); 13 Dec 2015 16:22:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37396 Received: (qmail 11068 invoked from network); 13 Dec 2015 16:22:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=d+Ig+qDNkG7euVoPmqoqIaL4cziLmU0+ZNreW8xRKzs=; b=ZljXPxQUOWDhV9WZFVWlotoE+mydx9ueRAN/bXr6m8ln4dTBaESuf3paBuzzr2ppPi jsgH1o4U97y7BMmbmzKhsSC/tVr5HoY752T+ernqchk1Eg0h2n2aUFQPE+YFGoqgYxk5 Gd2Kt0VCif6ydnLB5hHPK7xC8cxeZ/tEfY23QxUyGNA0fJT0tJVKbfpo5Zecl2mxWE62 SZyg3V34mXW+TsvbEIIMGKen31WMuhq/4XPvzmGy/HokzSwKCGanDYRkQrYegw4GJrCx 6TOSghfJ8TTKGkkzW5O+R1L7BmHjmxlj5QuBLxFMoa+SsLIab9C2EtHSNfWu1qTCZoE4 iVNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=d+Ig+qDNkG7euVoPmqoqIaL4cziLmU0+ZNreW8xRKzs=; b=Wj+lXNRIImCZKtJB3VL4RXEm229ruH5++fFmoExO21Lg58gl7uJbPbVw5jRkOMzRf2 tKuV12THitTNJxUAz0NzjUek7qwK4R8szxyOOZY5AuoyHZKOzChaSwLjgCNTxQnGhPnz miJDkOLMjnsqSXx/IJyIHrDSSXSi0d2Db0WTMrsrdLox8h2rgiSW77ZvUEcwZCWVMqaD Hf+ghL1ChqW0kOj/k3qHLyZBmAxLMkfF7WXy71lGFaBqrcPKnYCGONedCiAHRNugp0ha F5aC76RJuigeidEwzrNbIlK5LmvpekfOg7XQb0A/OqymLyprVLzs7WXLuqbOo4Y0r1V2 dzrQ== X-Gm-Message-State: ALoCoQkiARM/OqqaHOSThI9nM1+GkVJjWceUyOrwsp5x31SWqHaMh69GxqtvuPDgw0Fng5R1Irzy3KYw8RXE6bdiWgBCbHS9ng== X-Received: by 10.98.64.209 with SMTP id f78mr29840373pfd.74.1450023722787; Sun, 13 Dec 2015 08:22:02 -0800 (PST) From: Bart Schaefer Message-Id: <151213082221.ZM3126@torch.brasslantern.com> Date: Sun, 13 Dec 2015 08:22:21 -0800 In-Reply-To: <26916.1449972782@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: [PATCH] portable mechanism to determine noatime" (Dec 13, 3:13am) References: <566272DD.6010305@gmx.com> <56632A3A.6000002@gmx.com> <11850.1449365147@thecus.kiddle.eu> <151210004823.ZM29850@torch.brasslantern.com> <151210005516.ZM29920@torch.brasslantern.com> <18080.1449807713@thecus.kiddle.eu> <151211224922.ZM4583@torch.brasslantern.com> <26916.1449972782@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [PATCH] portable mechanism to determine noatime MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 13, 3:13am, Oliver Kiddle wrote: } } I was concerned that the reported sizes mightn't be identical between } two runs of df. The filesystem would have to be filling/emptying awfully quickly for that to happen between two runs in this close proximity. } output isn't matching but for a different reason. df is adjusting the } column widths according to maximum lengths of fields. Oof. I don't suppose this and the line-folding problem could be solved by exporting a very large value of COLUMNS ?