From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200306301530.h5UFUo708016@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] 'find' In-Reply-To: Your message of "Mon, 30 Jun 2003 10:18:57 EDT." <20030630141857.15163.qmail@g.bio.cse.psu.edu> From: Dan Cross Date: Mon, 30 Jun 2003 11:30:50 -0400 Topicbox-Message-UUID: e1b6b826-eacb-11e9-9e20-41e7f4b1d025 Scott Schwartz writes: > > | (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. One wonders if FS can't be set appropriately by negating the things that would make for valid tokens. Even if possible, it'd be an ugly ERE. - Dan C.