Have two files and want to compare the content of file1 with file2. When matched remove the line.
awk 'NR==FNR {b; next} !(b in $0)' file1 file2file1
1. if match
2. removefile2
1. this line has to be removed if match
2. this line has a match, remove
3. this line has no match, no removingThe... (3 Replies)
Hi Friends,
I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving...
File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
Hey fellas!
Here come my problem. I appreciate if you have a look at it.
I have several files with following structure:
file_1:1 21
4 45
file_2:2 31
4 153
6 341
and so on...
and I have a 'reference' file look like this:
File_ref:A 1
B 2
C 3 (5 Replies)
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)
Hi,
i am trying to match strings from 2 different files based on position like below:-
file1 (tab delimited)
f07270 lololol fff
u12730 gggddd dddkkrr mmm
file2 (not tab delimited)
%f07270 APSLH bl%alalalalallaadsdsfdfdfdgsgfss
%g13450 GDIDFLRIP%ILITEAPPRKgsfgsgsf
%d08880... (11 Replies)
Hi all, I'm pretty much a newbie to UNIX. I would appreciate any help with UNIX coding on comparing two large csv files (greater than 10 GB in size), and output a file with matching columns.
I want to compare file1 and file2 by 'id' and 'chain' columns, then extract exact matching rows'... (5 Replies)
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)
Hi,
I need help to match patterns from between two different files and extract region of strings.
inputfile1.fa
>l-WR24-1:1
GCCGGCGTCGCGGTTGCTCGCGCTCTGGGCGCTGGCGGCTGTGGCTCTACCCGGCTCCGG
GGCGGAGGGCGACGGCGGGTGGTGAGCGGCCCGGGAGGGGCCGGGCGGTGGGGTCACGTG... (4 Replies)
Discussion started by: bunny_merah19
4 Replies
LEARN ABOUT DEBIAN
pastebinit
PASTEBINIT(1) [FIXME: manual] PASTEBINIT(1)NAME
pastebinit - command-line pastebin client
SYNOPSIS
pastebinit [-abfhiljmrtup]
DESCRIPTION
This manual page documents briefly the pastebinit commands
pastebinit reads text and sends it to a "pastebin" on the internet, returning the URL to the user.
It allows the text to be passed through a pipe (|) or from a file passed as an argument.
OPTIONS
Optional arguments (not supported by all pastebins)
-a [author] (default: $USER)
-b [pastebin url] (default is distro-specific with a fallback to pastebin.com)
-f [format for syntax-highlighting] (default: text) (check pastebin's website for complete list, example: python)
-h Help screen
-i [filename] Use filename for input
-l List all the supported pastebins
-j [jabberid] (default: none)
-m [permatag] (default: none)
-r [parent post ID] (default: none)
-t [title of paste] (default: none)
-u [username] (default: none)
-p [password] (default: none)
CONFIGURATION FILE
If a .pastebinit.xml file is found in the user's home directory, pastebinit will use it for its configuration.
Here's an example file:
<pastebinit>
<pastebin>http://paste.ubuntu.com</pastebin>
<author>Stephane Graber</author>
<jabberid>stgraber@stgraber.org</jabberid>
<format>text</format>
</pastebinit>
AUTHORS
Pastebinit is currently written by Stephane Graber.
username, password, format, title, arguments and redirect support added by Daniel Bartlett.
Website: http://launchpad.net/pastebinit
E-mail: stgraber@ubuntu.com
COPYRIGHT
Copyright (C) 2007-2011 Stephane Graber
[FIXME: source] January 09, 2011 PASTEBINIT(1)