bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [50 character or so descriptive subject here (for reference)]


From: Andreas Schwab
Subject: Re: [50 character or so descriptive subject here (for reference)]
Date: Fri, 22 Mar 2002 21:21:35 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux)

prj@po.cwru.edu (Paul Jarc) writes:

|> <fongb@luna.laney.edu> wrote:
|> > I use paste with the delimiter set to nothing so it was the
|> > -d option with just open and then closed quotes.  Whatever character
|> > came after the closed quotes showed up as the 4th column...
|> 
|> This is a paste problem, not a bash problem.  bug-textutils would be
|> the place to report it if it were a bug.  But it's not a bug; paste
|> simply doesn't have any way of doing what you want it to do.  But you
|> can get the result you want by filtering the output through tr to
|> remove paste's delimiter.

What's wrong with

$ paste -d '' ...

or

$ paste --delimiters= ...

?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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