Questions tagged [filecompare]

52 questions
0
votes
1 answer

In Visual Studio 2010 Folder Difference window, when I right click on file the "Reconcile" menu is disabled

I'm trying to compare 2 local folders. In source control explorer I right click folder, click "Compare" menu and select the target folder. The Folder Difference folder is displayed. I right click the file where the difference is found but the…
-1
votes
1 answer

Unix command to find lines in one file with key not found in another file

Both files are sorted and duplicates removed. I want to compare field1 from file1 to field1 of file2 and output the line from file1 that is not in file2. There is no set length for field1 and that's causing me problems using uniq. Here's an…
-1
votes
1 answer

Checking if filename exists in current directory

I have a script that I am trying to modify so that depending on the location its executed from, it will be checking to see if there is a file with the name regression_user.rpt and if so, it will make a new file called regression_user1.rpt. I've…
Javia1492
  • 862
  • 11
  • 28
-2
votes
2 answers

Comparison of the contents of two text file in Ubuntu

I have two text files with 2.4M. I like to compare what are the differences in these two text files. I used Kompare. It worked but it is slow for a big file size. Looks like never finish the comparison. What could be the best software in Ubuntu or…
batuman
  • 7,066
  • 26
  • 107
  • 229
-3
votes
2 answers

JAVA program for 2 or more text files comparing

I want to compare a 2 or more Text Files to find a duplicate entry. O/P should say those lines in files are matched or not. I want to compare the each of the File 1 lines with all lines of the File 2 (ie., Comparing File 1's line-1 with all lines of…
-4
votes
1 answer

I want to compare my input csv file, with standard (template) csv file. such that, column headers also should be compared along with the data

scenario: a std Transaction file (csv) will be there (file1.csv) other file( file2.csv) assume its a output from other module, TASK: file1 & file2 should match (headers & data) both should match,
-4
votes
1 answer

How to rename all files within a folder not starting with a specific prefix string?

I have a folder which contains for example the following files: RAW_123432542_343.text 231453254_213.text RAW_324324_32432423.text 32432423_4543.text What I need is renaming all files which do not have RAW_ as prefix. The folder has thousands of…
Alain
  • 3
  • 1
1 2 3
4