Sponsored Content
Full Discussion: Match two files
Top Forums UNIX for Advanced & Expert Users Match two files Post 302281912 by angheloko on Thursday 29th of January 2009 09:33:16 PM
Old 01-29-2009
You may want to use the comm command instead with -13 and -23 flags. Also, before any comparison (using comm or diff or etc), I suggest you also sort the file first
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Match the records in two files.

Hi all please give me the solution for this im stuck somewhere. I have two files A and B file A has 300 records as 000.aud 111.aud . . . 300.aud file B has 213 records randomly 005.aud 176.aud . . . 200.aud I want to match similar 213 records in file B from file A. (2 Replies)
Discussion started by: Haque123
2 Replies

2. Shell Programming and Scripting

List files only when a certain number of files match

Hi, I have many files named CCR20110720011001.CTRD CCR20110720011501.CTRD CCR20110720012001.CTRD CCR20110720012501.CTRD CCR20110720021001.CTRD ... (9 Replies)
Discussion started by: shadyfright
9 Replies

3. Shell Programming and Scripting

match 2 files by values

Hello ALL, Hope all fine for you. I have the following task but no idea about how to do. I have 2 files (ascii) one of them is a list of bib records, looks like this: =LDR 01228nam 2200301 b 4500 =001 00000000000001 =005 20090429:10082000 =008 ... (2 Replies)
Discussion started by: ldiaz2106
2 Replies

4. Shell Programming and Scripting

Match the columns between 2 files

I have two files I want to match ids in the 5th column of the file 1 with the first column of the file 2 and get the description for the matched ids as shown in the output sno nm no nm2 ID 1 cc 574372 yyyi |6810|51234| 2 bb 119721 nmjk |6810|51234|51179| ... (4 Replies)
Discussion started by: raj_k
4 Replies

5. Shell Programming and Scripting

Match in two files

grep -f genes.txt refseq_exons.txt grep -wFf genes.txt refseq_exons.txt > output.txt awk 'FNR==NR {a; next} $1 in a' genes.txt refseq_exons.txt > output.txt The above seem to match the records but not all of them and I'm not sure why., I am just trying to match the gene name in genes.txt to... (3 Replies)
Discussion started by: cmccabe
3 Replies

6. Shell Programming and Scripting

Text match in two files

Trying to match the text from file1 to file2 and print what matches in a new file (match.txt) and what does not in another (missing.txt). awk -F'|' 'NR==FNR{c++;next};c > 0' flugent.txt IDT.txt > match.txt Thank you :). (8 Replies)
Discussion started by: cmccabe
8 Replies

7. Shell Programming and Scripting

New files based off match or no match

Trying to match $2 in original_targets with $2 of new_targets . If the two numbers match exactly then a match.txt file is outputted using the information in the new_targets in the beginning 4 fields $1, $2, $3, $4 and value of $4 in the original_targets . If there is "No Match" then a no... (2 Replies)
Discussion started by: cmccabe
2 Replies

8. Shell Programming and Scripting

Match in two files

Trying to match $5 of file1.txt to $1 of file2.txt and if there is a match copy $6 of file2.txt and paste it to $7 of file1.txt. My attempt is below but it does not seem to produce the desired output. Thank you :). awk 'NR==FNR{A=$1; next} A {$6=$6 " " A}1' file2.txt file1.txt >... (2 Replies)
Discussion started by: cmccabe
2 Replies

9. Shell Programming and Scripting

awk to match field between two files and use conditions on match

I am trying to look for $2 of file1 (skipping the header) in $2 of file2 (skipping the header) and if they match and the value in $10 is > 30 and $11 is > 49, then print the line from file1 to a output file. If no match is foung the line is not printed. Both the input and output are tab-delimited.... (3 Replies)
Discussion started by: cmccabe
3 Replies

10. UNIX for Beginners Questions & Answers

Data match 2 files based on first 2 columns matching only and join if match

Hi, i have 2 files , the data i need to match is in masterfile and i need to pull out column 3 from master if column 1 and 2 match and output entire row to new file I have tried with join and awk and i keep getting blank outputs or same file is there an easier way than what i am... (4 Replies)
Discussion started by: axis88
4 Replies
MANGO-LASSI(1)						      General Commands Manual						    MANGO-LASSI(1)

NAME
mango-lassi - Share mouse and pointer with other computers. SYNOPSIS
mango-lassi [OPTIONS]... DESCRIPTION
This manual page documents briefly the mango-lassi command-line options. mango-lassi lets you to share mouse and pointer with other computers using Avahi. OPTIONS
-h, --help Show help options. --help-all Show all help options. --help-gtk Show GTK+ Options. --class=CLASS Program class as used by the window manager. --name=NAME Program name as used by the window manager. --screen=SCREEN X screen to use. --sync Make X calls synchronous. --gtk-module=MODULES Load additional GTK+ modules. --g-fatal-warnings Make all warnings fatal. -v, --verbose Display information useful for debugging. --display=DISPLAY X display to use. AUTHOR
mango-lassi was written by Lennart Poettering <mzjro@0pointer.net>. Sven Herzberg did a friendly fork (as in: he asked Lennart) and con- tinues to maintain mango-lassi. SEE ALSO
Homepage: http://github.com/herzi/mango-lassi/ This manual page was written by Kartik Mistry <kartik@debian.org>, for the Debian project (and may be used by others). May 20, 2010 MANGO-LASSI(1)
All times are GMT -4. The time now is 01:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy