bug-coreutils
[Top][All Lists]
Advanced

[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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]