[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sort does not use tab as delimiter
From: |
Jim Meyering |
Subject: |
Re: sort does not use tab as delimiter |
Date: |
Sat, 09 Dec 2006 23:57:18 +0100 |
The Wanderer <address@hidden> wrote:
>> The Wanderer <address@hidden> writes:
>>> Note also that this may not be possible in some shells
>>> (specifically, so far as I've been able to discover, bash),
>> Of course it works in bash. You can enter every character literally
>> with C-v.
>
> I've never used Ctrl-V to paste in Linux except in Mozilla, and frankly,
> I don't think I'd have expected it to work outside of things like
> OpenOffice and so forth (i.e., graphical applications, mostly
> Windows-alikes). I've always used "highlight and middle-click",
> particularly in xterms, and that very definitely does not allow the
> literal entry of tabs into bash.
>
> Actually, I just tested - entered a tab in this mail, copied it with
> Ctrl-C, attempted to paste it into an xterm with Ctrl-V. No result.
>
> If you can shed light on a way to accomplish it which *does* work in my
> environment, I'd be pleased to know it.
At the command line, type the following (where C-v means Ctrl-v):
$ echo 'C-vTAB'|od -c
it'll display like this:
$ echo ' '|od -c
Here's the output I get:
0000000 \t \n
0000002
- sort does not use tab as delimiter, DI Oliver Maurhart, 2006/12/09
- Re: sort does not use tab as delimiter, Paul Eggert, 2006/12/09
- 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 <=
- 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
- Re: sort does not use tab as delimiter, Paul Eggert, 2006/12/10
- Re: sort does not use tab as delimiter, Bauke Jan Douma, 2006/12/10
- Re: sort does not use tab as delimiter, DI Oliver Maurhart, 2006/12/11
- Re: sort does not use tab as delimiter, Bob Proulx, 2006/12/11
- Re: sort does not use tab as delimiter, DI Oliver Maurhart, 2006/12/11