From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 29 Dec 2009 02:05:11 +0300 From: anonymous To: 9fans@9fans.net Message-ID: <20091228230510.GA25423@machine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [9fans] du and find Topicbox-Message-UUID: b325d5be-ead5-11e9-9d60-3106f5b1d025 It is suggested to use du -a | awk '{print $2}' instead of find. But what if filename contains spaces? For example if file is named "foo bar" then awk will output "foo" only.