Sponsored Content
Top Forums Shell Programming and Scripting Show the Difference between two files Post 302110283 by Perderabo on Monday 12th of March 2007 12:04:28 AM
Old 03-12-2007
Are the two files guaranteed to have the same number of lines? So if a bob line is in one file it is also in the other? Are the records in the same sequence in both files?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Want to show files on web page

hello Unix guru i want to show performance results on my internal website . We are manitaing the site through Wiki . I have to add new page in that . can someone help me to write shell script for that .. i want to display files datewise . my files names are starting with date . if... (3 Replies)
Discussion started by: deepa20
3 Replies

2. Shell Programming and Scripting

Two files one file is dependent and it does not show an output

xxxxx (2 Replies)
Discussion started by: vinayrao
2 Replies

3. Shell Programming and Scripting

Show the diff in two files using awk

Hi, How can i use AWK or any other commands to find the difference between 2 files. File A aaa bbb ccc 111 222 File B aaa ccc 111 Output bbb 222 (6 Replies)
Discussion started by: gambit97
6 Replies

4. UNIX for Dummies Questions & Answers

show all text files in directories and subdirectories

Hi! I am trying to find all text files in my home directory that contain the string "C-d" so I tyied this : cd ~ find . -type f -exec grep -l "C-d" {} + but it took very long so I tryed this : ls -aR | xargs file |grep text but it didn't descend in the directories and it said :... (3 Replies)
Discussion started by: kelamahim
3 Replies

5. Shell Programming and Scripting

compare 2 files and show count same content.

$ cat File1 Non HTTP response code:java.net.ConnectException225073X 000000005143329Load time: 402335410224 Non HTTP response code: ava.net.ConnectException206423X 000000005143330Load time: 402305687161 Non HTTP response code: ava.net.ConnectException290212X 000000005143331Load time:... (1 Reply)
Discussion started by: ooilinlove
1 Replies

6. Shell Programming and Scripting

Command to show unique strings in two files

how to display the unique strings in two files using shell script or commands. I tried diff and cmp but it shows the entire line, i need only the mismatched strings. File1: sat,sun,mon,tue rose,lilly,lotus white,red,blue,green,pink File2: sat,sun,mon,tue rose,sunflower,lotus... (4 Replies)
Discussion started by: Arun_Linux
4 Replies

7. Shell Programming and Scripting

Show difference between two number

Hi, I would like to show the difference between two numbers. For example. input.txt 1 7 2 10 0 0 6 7 I would like a third field showing the difference between the numbers as below: ouput.txt 1 7 6 2 10 8 0 0 0 6 7 1 How do I do this? (4 Replies)
Discussion started by: general_lee
4 Replies

8. UNIX for Dummies Questions & Answers

Is there any way to cat multiple files and show filenames?

Hi, Is there any way to do a cat * where it shows the name of each file in the process? Similar to what more does below? $ more ?.sql :::::::::::::: 1.sql :::::::::::::: set linesize 200 select db_unique_name, cast( from_tz( cast(... (5 Replies)
Discussion started by: newbie_01
5 Replies

9. UNIX for Dummies Questions & Answers

Show 'All Files' If all file can find.

fileset='APP11.txt APP12.txt SPACEDB11.txt WEB11.txt WEB12.txt' Hi there, Give the fileset, if I can use grep to find all the files. How do I show: All Servers: instead of APP11.txt: APP12.txt: SPACEDB11.txt: WEB11.txt: WEB12.txt: (6 Replies)
Discussion started by: alvinoo
6 Replies

10. AIX

Compare two files and show the mismatch columns

I need to compare two files and find the mismatch columns in it for csv and fixed width file. Eg: file1 c1,c2,c3,c4<----columnname 1,a,4,d 2,b,5,e 3,c,6,f file2 c1,c2,c3,c4<----columnname 3,x,7,f 2,y,8,e 1,z,9,d output c2,c3<---- mismatch columname a,4 x,7 b,5 or y,8 Ok with... (3 Replies)
Discussion started by: sabzR
3 Replies
REALMINIT(1p)						User Contributed Perl Documentation					     REALMINIT(1p)

NAME
realminit - Create new realm records for a DNSSEC-Tools realms file. SYNOPSIS
realminit [options] <realm1> ... <realmN> DESCRIPTION
realminit creates new realm entries for a realms file. dtrealms manages multiple distinct DNSSEC-Tools rollover environments running simultaneously. Each rollover environment, called a realm, is defined in a realms file. dtrealms uses this file to determine how to run the rollover environment. This is useful for such things as managing very large collections of zones, segregating customer zones, and software tests. The newly generated realm entries are written to standard output, unless the -out option is specified. A realms file contains a number of entries, one for each managed realm. A realm entry has this format: realm "example" state "active" configdir "/usr/realms/configs/example" statedir "/usr/realms/states/example" realmsdir "/usr/realms/realms-files/example" rollrec "example.rrf" administrator "bob@cat.example.com" display "1" manager "rollerd" args "-display -loglevel phase" Multiple realm entries may be created with a single execution of realminit. Except for the entry's name field, the entries will be exactly the same unless the '=' metacharacter is used in the command-line options. If the values of the configdir, statedir, realmdir, rollrec, administrator, args, or user options contain an '=', then it will be replaced with the realm's name when building the entry. See the EXAMPLES section for examples of how options are used by realminit. OPTIONS
realminit may be given the following options: -active This indicates that dtrealms should start the realm when dtrealms starts. realms are active by default. -administrator This is the email address for the realm's administrator. -args This is a set of command-line arguments passed to the realm's rollover manager when the realm is started. -configdir This is the realm's configuration directory. This will contain such files as the DNSSEC-Tools configuration file for that realm. -display This indicates if the realm should be included in grandvizier output. -inactive This indicates that dtrealms should not start the realm when dtrealms starts. -manager This is the rollover manager for the realm. rollerd is the default rollover manager, but other managers may be used. -out output-file The new realm entries will be appended to output-file. The file will be created if it does not exist. If this option is not given, the new rollrec entries will be written to standard output. -realmdir This is the realm's data directory. This directory is expected to contain the rollrec file, zone files, keyrec files, and key files for the zones in that realm. -rollrec This is the path to the realm's rollrec file. This is used to control rollover actions for the realm. If it is not an absolute path, it will be assumed to be relative to the realmdir field. -statedir This is the realm's state directory. This will contain such files as that realm's rollrec lock file and the rollerd communications socket. If the statedir is not defined for a realm, then the realm's configdir is used for that value. -user This is the user that the realm is executed as. (This is not yet implemented in dtrealms.) -help Display a usage message. -Version Display version information for realminit and DNSSEC-Tools. EXAMPLES
The following options should make clear how realminit deals with options and the new realms. Example 1 will show the complete new realm record. For the sake of brevity, the remaining examples will only show the fields relevant to that example. Further examples will also use short-hand forms of the option names. Example 1. One realm, with -statedir This example shows the realm generated by giving realminit a single realm. $ realminit -active -configdir /realms/confs/example -statedir /realms/states/example -realmdir /realms/realms/example -rollrec example.rrf -admin bob@cat.example.com -args "-loglevel phase -logfile logger" example realm "example" state "active" configdir "/realms/confs/example" statedir "/realms/states/example" realmdir "/realms/realms/example" rollrec "example.rrf" administrator "bob@cat.example.com" display "1" manager "rollerd" args "-loglevel phase -logfile logger" Example 2. One realm, without -statedir This example shows the realm generated by giving realminit a single realm. $ realminit -active -configdir /realms/confs/example -realmdir /realms/realms/example -rollrec example.rrf -admin bob@cat.example.com -args "-loglevel phase -logfile logger" example realm "example" state "active" configdir "/realms/confs/example" statedir "/realms/confs/example" ... Example 3. Two realms, without metacharacters This example shows the realms generated by giving realminit two realms, without using the special "=" metacharacter. $ realminit -configdir /realms/confs/example -statedir /realms/states/example -realmdir /realms/realms/example -rollrec example.rrf -admin bob@cat.example.com example test realm "example" configdir "/realms/confs/example" statedir "/realms/states/example" realmdir "/realms/realms/example" rollrec "example.rrf" administrator "bob@cat.example.com" ... realm "test" configdir "/realms/confs/example" statedir "/realms/states/example" realmdir "/realms/realms/example" rollrec "example.rrf" administrator "bob@cat.example.com" ... Example 4. Two realms, with metacharacters This example shows the realms generated by giving realminit two realms, and that uses the special "=" metacharacter. $ realminit -configdir /realms/confs/= -statedir /realms/states/= -realmdir /realms/realms/= -rollrec =.rrf -admin bob@cat.=.com example test realm "example" configdir "/realms/confs/example" statedir "/realms/states/example" realmdir "/realms/realms/example" rollrec "example.rrf" administrator "bob@cat.example.com" ... realm "test" configdir "/realms/confs/test" statedir "/realms/states/test" realmdir "/realms/realms/test" rollrec "test.rrf" administrator "bob@cat.test.com" ... COPYRIGHT
Copyright 2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wayne Morrison, tewok@tislabs.com SEE ALSO
lsrealm(1), dtrealms(8), realmchk(8) Net::DNS::SEC::Tools::realm.pm(3), file-realmrec.pm(5) perl v5.14.2 2012-06-21 REALMINIT(1p)
All times are GMT -4. The time now is 04:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy