Sponsored Content
Full Discussion: File Comparison utility
Top Forums UNIX for Advanced & Expert Users File Comparison utility Post 302580562 by tinivt on Friday 9th of December 2011 12:40:30 AM
Old 12-09-2011
File Comparison utility

Hi All,

Can anyone tell good file comaparison utilities used in HPUX.
The file size would be 20 MB approx and number of files would be in thousands
so i am in need of a good utility which can give me the difference

Your help is much appreciated .
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Veritas File Manager or any File Managing Utility???

Does anyone have any knowledge of veritas file manager and if you do, would you advise me to purchase it?? and basically, what are its most important useful features, meaning, what can it be used for the best (1 Reply)
Discussion started by: TRUEST
1 Replies

2. Solaris

COnversion utility xhtml file to Postscript file

Hi, Can any suggest me some utility to convert xhtml file to postscript file format? Also tell me from where to down load such utility.. With Regards, Dattatray (0 Replies)
Discussion started by: dattatray.b
0 Replies

3. Shell Programming and Scripting

file comparison

hi I have 2 files to comapre ,in file a sible column it is numbers,in file b2 numbers and other values with coma separated. i want compare numbers in file a with file b,and the out put put should be in C with numbers in both file a and b along with other columns of file b. i used folowing... (7 Replies)
Discussion started by: satish.res
7 Replies

4. Shell Programming and Scripting

File Comparison

Hi i have 2 csv files a.csv and b.csv with the same number of columns and a list of values in both of it. Each and every individual value in both the files need to compared and if it matches then print correct in a new csv file otherwise print Incorrect eg a.csv 1,12/27/2007,Reward,$10.00... (5 Replies)
Discussion started by: naveenn08
5 Replies

5. Shell Programming and Scripting

How to Unzip a file using unzip utility for files zipped without zip utility ?

Hi, I need to zip/compress a data file and send to a vendor. The vendor does have only unzip utility and can accept only .ZIP files. I do not have zip utility in my server. How do I zip/compress the file so that it can be deflated using unzip command ? I tried gzip & compress commands, but... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies

6. UNIX for Dummies Questions & Answers

file hashing utility in unix

I am looking for a utility that does file hashing in unix. ...Please let me know of any good easy to use utility (3 Replies)
Discussion started by: jbjoat
3 Replies

7. UNIX for Advanced & Expert Users

[HELP!] File transfer utility

May I ask for a top 3 paid file transfer UNIX utilities to improve : automation, ease of use, and improve speed compared to BBFTP? BBFTP is an inconsistent, unsupported, high maintenance file transfer tool. At best, BBFTP has proven to transfer an average rate of 20GB/Hour Total (with 4... (3 Replies)
Discussion started by: annaia
3 Replies

8. Shell Programming and Scripting

File Comparison: Print Lines not present in another file

Hi, I have fileA.txt like this. B01B02 D0011718 B01B03 D0012540 B01B04 D0006145 B01B05 D0004815 B01B06 D0012069 B01B07 D0004064 B01B08 D0011988 B01B09 D0012071 B01B10 D0005596 B01B11 D0011351 B01B12 D0004814 B01C01 D0011804 I want to compare this against another file (fileB.txt)... (3 Replies)
Discussion started by: genehunter
3 Replies

9. Shell Programming and Scripting

File Comparison

HI, I have two files and contains many Fields with | (pipe) delimitor, wanted to compare both the files and get only unmatched perticular fields. this i wanted to use in shell scriting. ex: first.txt 111 |abc| 230| hbc231 |bbb |210 |bbd405 |ghc |555 |cgv second.txt 111 |abc |230 |hbc231... (1 Reply)
Discussion started by: prawinmca
1 Replies

10. UNIX for Beginners Questions & Answers

UNIX utility to find difference in folder, file and contents of file against a base version

Hi, I am trying to find out whether there are any Unix utilities that compares folders, files and contents within the file and provides a comprehensive report. The comparison can be against base version of a folder and file with content. Can you please let me know of such a utility? Thanks,... (6 Replies)
Discussion started by: Sripathi_ks
6 Replies
Config::Model::models::Approx(3pm)			User Contributed Perl Documentation			Config::Model::models::Approx(3pm)

NAME
Config::Model::models::Approx - Configuration class Approx DESCRIPTION
Configuration classes used by Config::Model Configuration model to edit "/etc/approc/approx.conf". This file can be edited with the following command: config-edit -application approx Elements cache - approx cache directory Specifies the location of the approx cache directory (default: /var/cache/approx). It and all its subdirectories must be owned by the approx server (see also the $user and $group parameters, below.)Optional. Type uniline. upstream_default: '/var/cache/approx'. interval - file cache expiration in minutes Specifies the time in minutes after which a cached file will be considered too old to deliver without first checking with the remote repository for a newer version. Optional. Type integer. upstream_default: '720'. max_rate - maximum download rate from remote repositories Specifies the maximum download rate from remote repositories, in bytes per second (default: unlimited). The value may be sufaXX fixed with "K", "M", or "G" to indicate kilobytes, megabytes, or gigabytes per second, respectively.Optional. Type uniline. max_redirects - maximum number of HTTP redirections Specifies the maximum number of HTTP redirections that will be followed when downloading a remote file. Optional. Type integer. upstream_default: '5'. user - user that owns the files in the approx cache Optional. Type uniline. upstream_default: 'approx'. group - group that owns the files in the approx cache Optional. Type uniline. upstream_default: 'approx'. syslog - syslog(3) facility to use when logging Optional. Type uniline. upstream_default: 'daemon'. pdiffs - support IndexFile diffs Optional. Type boolean. upstream_default: '1'. offline - use cached files when offline Specifies whether to deliver (possibly out-of-date) cached files when they cannot be downloaded from remote repositories. Optional. Type boolean. upstream_default: '0'. max_wait - max wait for concurrent file download Specifies how many seconds an approx(8) process will wait for a concurrent download of a file to complete, before attempting to download the file itself. Optional. Type integer. upstream_default: '10'. verbose Specifies whether informational messages should be printed in the log. Optional. Type boolean. upstream_default: '0'. debug Specifies whether debug messages should be printed in the log. Optional. Type boolean. upstream_default: '0'. distributions - remote repositories The other name/value pairs are used to map distribution names to remote repositories. For example, debian => http://ftp.debian.org/debian security => http://security.debian.org/debian-security Use the distribution name as the key of the hash element and the URL as the value . Optional. Type hash of uniline. SEE ALSO
o config-edit AUTHOR
Dominique Dumont COPYRIGHT
2011, Dominique Dumont LICENSE
LGPL-2.1+ perl v5.12.3 2011-06-30 Config::Model::models::Approx(3pm)
All times are GMT -4. The time now is 12:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy