Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2003 20:12:17 -0600 (CST)
From:      David Fleck <david.fleck@mchsi.com>
To:        Marty Landman <MLandman@face2interface.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: grep & ls question
Message-ID:  <20031118201113.E30093@grond.sourballs.org>
In-Reply-To: <6.0.0.22.0.20031118201221.09ea7a88@pop.face2interface.com>
References:  <6.0.0.22.0.20031118201221.09ea7a88@pop.face2interface.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Nov 2003, Marty Landman wrote:

> I have transferred over, via ftp a whole bunch of stuff. Some of the files
> got allocated but not transferred so I thought a convenient way to identify
> them would be grepping a list dir output. Here's a sample of what I get:
>
> Swami:: ls -Rlh /usr/local/www/data/ | grep ' 0B'
> -rw-r--r--  1 Marty  wheel     0B Nov 18 17:54 img52.jpg
> -rw-r--r--  1 Marty  wheel     0B Nov 18 17:54 img54.jpg

find /usr/local/www/data/ -size 0


--
David Fleck
david.fleck@mchsi.com



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