From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 14 Jun 2012 10:46:58 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <84c3d5dd7667b66697f94c5e142bf831@coraid.com> <301f8dfa8383d61d620e4412292986f8@kw.quanstro.net> <20120614140047.GA1725@polynum.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] empty * Topicbox-Message-UUID: 9e8d2088-ead7-11e9-9d60-3106f5b1d025 > cpu% echo hola | grep '*' > grep: *: syntax error > cpu% echo hola | grep '' > grep: empty pattern > > > grep '*' and grep '' should still be the same, shouldn't they? yes, but does it matter? you correctly get an error either way. - erik