Summary: hi, I have a table containinng around 70,000 rows and 2 coloumns. the table is updated every day.(new rows will be added and some rows will be deleted...
Summary: Hi, compare two files and difference will be moved into separate file.if anybody having code for this please send asap. using diff command how can w...
Summary: I need to compare two report names, that is, two strings. When I tried to use the following expression: if (( $word1 -eq $rptname )) or if [[ $word1...
Summary: Can anyone help me with comparing two vaiables in unix shell script. This is what i'm trying.... if [ $X -ne $Y ] then ----- else ---- fi Wher...
Summary: Kindly please assit me to compare two files in perl or any other script: I have two files: File1.abc start prog name cadillac ggg abc ttt fff start p...
Summary: Hi experts, I need to compare two files and get the difference between the two files. F1 is the base file.I need to print out all the lines missing in...
Summary: Hi All, I have two files file1: abc,def,ghi,5,jkl,mno pqr,stu,ghi,10,vwx,xyz cba,ust,ihg,4,cdu,oqw file2: ravi,def,kishore ramu,ust,krishna joseph,stu...
Summary: I am comparing two files fine using diff as follows and manipulating the results: diff FileA FileB | sort -u > result How do I do the same for a sets...
Summary: hi, i need to compare two files and get the line that is common.i tried it using comm command but it doesnt work.the problem is say my file a.txt is a...
Summary: Does anyonw know how to compare two strings to see if they match, i want to do the following... if string1 is not equal to string2 then echo "ERROR...
Summary: I need a perl script which will create an output file after comparing two diff file in a directory path: /export/home/abc/file1 /export/home/abc/file2...
Summary: Hi, I want to compare two fixed width files columnswise in unix. Both are large of around 1000+ columns. Also columns are of different lengths within ...
Summary: I need to compare two files and get the difference between the two files. F1 is the base file.I need to print out all the lines missing in F2, and the...
Summary: How to compare substring of col1,file 1 with col2file2 and get file1contents+col3file2 as output. file1 ----- kumarfghh,23,12000,5000 rajakumar,24,140...
Summary: Hello all I hope someone can help! It would be much appreciated! What I need to do is compare a load of numbers in file1 to a load of numbers in file2...
Summary: Perl Guru…. I need to compare two diff file (file1.abc will locate in current server and file2.abc will locate in remote server), basically the scri...
Summary: Perl Expert please assist: This not a hw assignment, this a research work. I have started it have some code in place, I need your help. Need to compa...
Summary: Hi, I need to compare two files using shell script. (file1: inbound/data/lockbox & file2:inbound/data/lockbox/archive) If they are same it should em...
Summary: Hi, As per my requirement, I need to take difference between two big files(around 6.5 GB) and get the difference to a output file without any line num...
Summary: Hi Gurus. Can anyone help me with the below requirement? I need Unix shell script for that. I am devastated, if you help me I'm really grateful to yo...
Summary: hi, i need to compare two files with the comm -23 command but i can't seem to figure it out. please help i've tried comm [123] temp1 temp2 but doesn'...
Summary: Hi All, I want to remove blank lines from a file. I want to compare two files without comments. I have tried this, cut -f1 -d'#' filename > noComme...
Summary: Hi, I have four files three in the following format col1row1, col2row1, col3row1 col1row2, col2row2,col3row2 col1row3, col2row3,col3row3 and the fourt...