bug-textutils
[Top][All Lists]
Advanced

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

Re: paste


From: Bob Proulx
Subject: Re: paste
Date: Mon Nov 18 13:17:22 2002
User-agent: Mutt/1.4i

Warham Lance Martin <address@hidden> [2002-11-15 10:39:11 -0800]:
> When I paste files containing only columns of similar numbers these
> columns are merged in some way such that columns left columns are moved
> closer together and right columns are dropped altogether.  If I have <cr>
> inserted at the line ends of the columns in the files this does not
> happen.  What arguments do I need to supply paste to prevent this "column
> merging" behavior.

I cannot recreate your behavior.  Would it be possible for you to
submit a test case to the mailing list where this is happening?

Here is my example.

cat > /tmp/x <<EOF
1
2
3
EOF

cat > /tmp/y <<EOF
one
two
three
EOF

paste /tmp/x /tmp/y
1       one
2       two
3       three

Thanks
Bob

-- 
Please follow up to the mailing list and not to me privately unless it
is personal.




reply via email to

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