The join tag has no wiki summary.
1
vote
1answer
16 views
how to pdfjoin landscape and portrait oriented JPEG images to one PDF file?
I have some JPEG files. Most of them are landscape oriented, but some are portrait oriented.
I want to combine them into one big PDF file. I tried pdfjoin but this results in all images beeing ...
2
votes
2answers
91 views
Matching two files for similar first line
I have 2 set of files.
File one contains ID's
ex:
1111
2222
6666
3333
4444
File two contains ID and username:
1873 Neil
1111 Roger
7632 Tim
3333 Oscar
8723 Greg
4444 Roy
6666 Patrick
I want to ...
1
vote
3answers
235 views
strange problem: join: file 2 is not in sorted order
sort flash_int_list.txt|join finish_comm - > t1
join: file 2 is not in sorted order
I have sorted flahs_int_list.txt
but it still says file 2 is not in sorted order
what is wrong ?
the ...
2
votes
2answers
72 views
add fields from different files
I have two files A and B with the same number of lines. Each of them has multiple columns.
I want to add field 6 in file A with field 3 in file B for each line. e.g.:
file A:
2769 RUT10EKl3fY 0 ...
2
votes
1answer
194 views
intersection of two files according to the first column
I have two files
in file A, there are sequence_numbers
in the other file B, there are many columns, and the first column is sequnce numbers,
I want to get a files with all the lines in the B with the ...