Re: Just want to exclude lines with tabs

Paul Eggert <[email protected]> Thu, 19 May 2016 08:47:19 -0700
Newsgroups gmane.comp.gnu.utils.bugs
Organization UCLA Computer Science Department
Message-ID <[email protected]>
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.