From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20030630141857.15163.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] 'find' In-reply-to: <73b6c42894bc770bc171ccc36e6bfe6a@vitanuova.com> References: <73b6c42894bc770bc171ccc36e6bfe6a@vitanuova.com> From: Scott Schwartz Date: Mon, 30 Jun 2003 10:18:57 -0400 Topicbox-Message-UUID: e195d368-eacb-11e9-9e20-41e7f4b1d025 | (note that awk '{print $1}' won't necessarily work instead of | the above sed since filenames can contain spaces). Apparently awk needs a way to split on quoted tokens, not just whitespace, now.