I want to join 3 files on a column which has sorted unique numeric values (those files have only one column of values though) and starts with same prefix for an example "usi".
Now, while I am doing this
join -j 1 ../Test_Data/usi* > ../Test_Data/join_output.txt
I am finding following error:
> join: extra operand `usi_rtree_lw_100000.txt'
> Try `join --help' for more information.
Any ideas?
Asked by N. F.
(2269 rep)
Oct 22, 2012, 03:45 AM
Last activity: Aug 31, 2024, 04:55 AM
Last activity: Aug 31, 2024, 04:55 AM