Etaoin Shrdlu wrote:
> On Saturday 24 May 2008, 12:08, Etaoin Shrdlu wrote:
>
>> If my understanding is correct, then
>>
>> paste -d, file1 file2
>
> If fields are separated by tabs instead of commas, then it's even easier:
>
> paste file1 file2
>
> since "paste" will use as default delimiter.
On Saturday 24 May 2008, 12:08, Etaoin Shrdlu wrote:
> If my understanding is correct, then
>
> paste -d, file1 file2
If fields are separated by tabs instead of commas, then it's even easier:
paste file1 file2
since "paste" will use as default delimiter.
--
gentoo-user@lists.gentoo.org mailin
On Saturday 24 May 2008, 06:18, Zhang Weiwu wrote:
> Hi.
>
> I got a datasheet from my colleague in MS Excel format and I intend to
> process that file with my awk/sed knowledge. The problem is: he sent
> me two Excel files each with 2134 records, in fact there should be
> only one excel file with
Zhang Weiwu wrote:
> Hi.
>
> I got a datasheet from my colleague in MS Excel format and I intend to
> process that file with my awk/sed knowledge. The problem is: he sent me
> two Excel files each with 2134 records, in fact there should be only one
> excel file with 2134 rows and 295 columns, but
4 matches
Mail list logo