Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: Paul Eggert Newsgroups: gnu.utils.bug Subject: Re: Just want to exclude lines with tabs Date: Thu, 19 May 2016 08:47:19 -0700 Organization: UCLA Computer Science Department Lines: 7 Approved: bug-gnu-utils@gnu.org Message-ID: References: <20160519145641.GB17685@mercury.ccil.org> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1463672851 25769 208.118.235.17 (19 May 2016 15:47:31 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-gnu-utils@gnu.org To: John Cowan , xyz2041 Envelope-to: bug-gnu-utils@gnu.org X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 In-Reply-To: <20160519145641.GB17685@mercury.ccil.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: bug-gnu-utils@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU utilities List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.utils.bug:2209 On 05/19/2016 07:56 AM, John Cowan wrote: > $ grep -v '\011' o.csv > o-out.csv That doesn't work, as it's treated like grep -v '011'. Eric had the right solution.