Date: Tue, 17 Aug 1999 11:34:07 -0700 From: Matthew Hunt <mph@astro.caltech.edu> To: Zhihui Zhang <zzhang@cs.binghamton.edu> Cc: rssh@grad.kiev.ua, freebsd-questions@freebsd.org Subject: Re: Explain the output of ls Message-ID: <19990817113407.A17364@wopr.caltech.edu> In-Reply-To: <Pine.GSO.3.96.990817141753.18922C-100000@sol.cs.binghamton.edu>; from Zhihui Zhang on Tue, Aug 17, 1999 at 02:18:56PM -0400 References: <19990817112813.A17198@wopr.caltech.edu> <Pine.GSO.3.96.990817141753.18922C-100000@sol.cs.binghamton.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 17, 1999 at 02:18:56PM -0400, Zhihui Zhang wrote: > > Maybe you have BLOCKSIZE=K in your environment? > > Yes. I tried "setenv BLOCKSIZE=512" without success (I am using tcsh). The syntax for csh and tcsh does not have the equals sign. Try "setenv BLOCKSIZE 512". I have confirmed that ls(1) reports 512-blocks when BLOCKSIZE is unset or set to 512, and 1k-blocks when BLOCKSIZE is set to K. -- Matthew Hunt <mph@astro.caltech.edu> * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey 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?19990817113407.A17364>