On Sun, 18 May 2008 00:47:55 +1000, Beema shafreen
<[EMAIL PROTECTED]> wrote:
I have files with two column, column 1 is with id and column 2 is with
data(sequence)
My goal is to create a table in such a way, the column one of the table
should have all the id from the files and next column will
I have files with two column, column 1 is with id and column 2 is with
data(sequence)
My goal is to create a table in such a way, the column one of the table
should have all the id from the files and next column will be have the
respective seq of the file1 with correlation to the id and the third c
On Sat, 17 May 2008 15:49:05 +1000, Beema shafreen
<[EMAIL PROTECTED]> wrote:
Hi all,
I need to find the intersection of 10 different files with ids defined as
a_items, b_items and so on
common_items = a_items&b_items&c_items&\
d_items&e_items&f_items\
&g_items&h
Hi all,
I need to find the intersection of 10 different files with ids defined as
a_items, b_items and so on
common_items = a_items&b_items&c_items&\
d_items&e_items&f_items\
&g_items&h_items&i_items&j_items
i have included above line in the script
is this an right w