[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sort does not use tab as delimiter
From: |
Paul Eggert |
Subject: |
Re: sort does not use tab as delimiter |
Date: |
Sat, 09 Dec 2006 11:17:42 -0800 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
DI Oliver Maurhart <address@hidden> writes:
> I've noticed that sort doesn't use the tab as delimiter when
> provided by the '-t' option.
Actually it does, if you invoke it this way:
sort -t ' ' -k 2 FILE
Note that there is a tab between the two apostrophes.
It might be nice for 'sort' to support a more extended syntax, but
in the meantime the above technique will work without changing
'sort' (also, it's portable to other platforms).
- sort does not use tab as delimiter, DI Oliver Maurhart, 2006/12/09
- Re: sort does not use tab as delimiter,
Paul Eggert <=
- Re: sort does not use tab as delimiter, The Wanderer, 2006/12/09
- Re: sort does not use tab as delimiter, Andreas Schwab, 2006/12/09
- Re: sort does not use tab as delimiter, The Wanderer, 2006/12/09
- Re: sort does not use tab as delimiter, Jim Meyering, 2006/12/09
- Re: sort does not use tab as delimiter, Brian Dessent, 2006/12/09
- Re: sort does not use tab as delimiter, Bob Proulx, 2006/12/09
- Re: sort does not use tab as delimiter, Andreas Schwab, 2006/12/09
- Re: sort does not use tab as delimiter, The Wanderer, 2006/12/10
Re: sort does not use tab as delimiter, DI Oliver Maurhart, 2006/12/10