Summary: I need to compare too files in two different directories if the one on DIR1 is newer then the one of DIR2 then I need to move it to DIR2. E.I check if...
Summary: Hi, I have to compare 2 files using shell script. I need to take the each entry/line from the first file and compare it with 2nd file whether that ent...
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: Hello Everybody!!!!!!!!! Request you to help me with the below mentioned issue: I have 2 files say, File 1: a|4|7 b|3|2 c|8|8 d|8|9 File 2: a|4|6 b|2|...
Summary: hie there, i would like to know how do i compare files in a current directory? i don't want to compare just 2 files with the diff filename1 fil...
Summary: Hi, I am trying to compare 2 files (A and B) to come up with a list of lines that are in A but not in B and store that list in File C. What UNIX comma...
Summary: but I am facing complicated situation. There are multiple files: 1. filenane.xxx 2. finename.abcnnxyz The scripts needs to compare filenane.xxx files...
Summary: I solved my issue with another one i filed: 'comparing 2 files with shell script' in this forum. Thanks for your assistance. Suresh sureshht...
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: Hi folks, I have 2 files in unix header.txt and data.txt. I have the header file which has all the column names and the data.txt file has the da...
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 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 combine 2 files. Requirement is - if the last line of file 1 starts with '99' replace that line with the data ( line 2 through end of...
Summary: Hi, I am comparing 2 files and if any error found i am sending message to tmpfile4 and mailing it to dba team. counter=1 exec 3< ${tmpfile} while r...
Summary: A simple 2-file match up between exact keys would be an indexed match up, and very fast. But your requirement is not exact key, and requires the arra...
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 Gurus, I have 2 files--1.txt & 2.txt both have lots of filenames. Ex:1.txt has (a.txt b.txt c.txt,...as separate lines) 2.txt has (d.txt,f.txt,....
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: @echo off ------------------------- :: Description: Deletes files older than a specified number of days :: ++ attributes not set :: :: Author...
Summary: Pleaser help... Compare file names then move to new directory: How do I compare the files in different directories to see if they are the same? I nee...
Summary: I think jess wants to find all files in the current directory whose content is identical to a given file. You need a script. If your control file we...