[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
can't say it's a bug... but i can't figure out how to Paste
From: |
Lindsey, Monica Elizabeth |
Subject: |
can't say it's a bug... but i can't figure out how to Paste |
Date: |
Thu, 18 Mar 2004 09:09:22 -0800 |
Hi,
I have 2 files which I would like to paste so that the data appears in 2
columns. But the way I'm doing it, the second file always overwrites the first.
FYI - I'm used to pasting in Unix...
Here's what i do:
(create the input files)
echo one > 1
echo two > 2
(paste them together)
paste 1 2 > 3
At this point, with a Unix paste I would have a file named 3 containing the
words "one two".
but with this Windows paste, the only word in the file is " two".
What am I doing wrong?
Thanks,
Monica Lindsey
AOL IM: moni1960
- can't say it's a bug... but i can't figure out how to Paste,
Lindsey, Monica Elizabeth <=