Sponsored Content
Full Discussion: Help me to compare two file
Top Forums Shell Programming and Scripting Help me to compare two file Post 302171634 by johnsonpk on Friday 29th of February 2008 04:34:11 AM
Old 02-29-2008
Hi Thanks for helping me

could you please look into the error

syntax error at ./compare.pl line 6, near ") {"
syntax error at ./compare.pl line 8, near "} else"
Execution of ./compare.pl aborted due to compilation errors.
[root@john]#


Thanks!!
John
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check File Exists and compare to previous day file script

We have data files that are ftp'd every morning to a SUN server. The file names are exactly the same except for that each has the date included in its name. I have to write script to do 2 things: STEP 1) Verify that the file arrived in morning. STEP 2) Compare the file size of the current... (3 Replies)
Discussion started by: rbknisely
3 Replies

2. Programming

compare XML/flat file with UNIX file system structure

Before i start doing something, I wanted to know whether the approach to compare XML file with UNIX file system structure. I have a pre-configured file(contains a list of paths to executables) and i need to check against the UNIX directory structure. what are the various approches should i use ? I... (6 Replies)
Discussion started by: shafi2all
6 Replies

3. Shell Programming and Scripting

compare two files and make 1st file same as 2nd file

I am trying to compare two file and make changes where ever its different. for example: Contents of file1 IP=192.165.89.11 NM=255.255.0.0 GW=192.165.89.1 Contents of file2 IP=192.165.89.11 NM=255.255.255.255 GW=192.165.89.1 NOTE HERE THAT NM IS DIFFERENT So i want the changes... (6 Replies)
Discussion started by: pradeepreddy
6 Replies

4. Shell Programming and Scripting

script to grep a pattern from file compare contents with another file and replace

Hi All, Need help on this I have 2 files one file file1 which has several entries as : define service{ hostgroup_name !host1,!host5,!host6,.* service_description check_nrpe } define service{ hostgroup_name !host2,!host4,!host6,.* service_description check_opt } another... (2 Replies)
Discussion started by: namitai
2 Replies

5. UNIX for Dummies Questions & Answers

Help with AWK - Compare a field in a file to lookup file and substitute if only a match

I have the below 2 files: 1) Third field from file1.txt should be compared to the first field of lookup.txt. 2) If match found then third field, file1.txt should be substituted with the second field from lookup.txt. 3)Else just print the line from file1.txt. File1.txt:... (4 Replies)
Discussion started by: venalla_shine
4 Replies

6. Shell Programming and Scripting

Match list of strings in File A and compare with File B, C and write to a output file in CSV format

Hi Friends, I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving... File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
Discussion started by: asnandhakumar
6 Replies

7. Shell Programming and Scripting

Compare 2 text file with 1 column in each file and write mismatch data to 3rd file

Hi, I need to compare 2 text files with around 60000 rows and 1 column. I need to compare these and write the mismatch data to 3rd file. File1 - file2 = file3 wc -l file1.txt 58112 wc -l file2.txt 55260 head -5 file1.txt 101214200123 101214700300 101250030067 101214100500... (10 Replies)
Discussion started by: Divya Nochiyil
10 Replies

8. Shell Programming and Scripting

FASTEN count line of dat file and compare with the CTRL file

Hi All, I thinking on how to accelerate the speed on calculate the dat file against the number of records CTRL file. There are about 300 to 400 folder directories that contains both DAT and CTL files. DAT contain all the flat files records CTL is the reference check file for the... (3 Replies)
Discussion started by: ckwan
3 Replies

9. Shell Programming and Scripting

How to compare 2 files and create a result file with unmatched lines from first file.?

HI, I have 2 text files. file1 and file2. file1.txt (There are no duplicates in this file) 1234 3232 4343 3435 6564 6767 1213 file2.txt 1234,wq,wewe,qwqw 1234,as,dfdf,dfdf 4343,asas,sdds,dsds 6767,asas,fdfd,fdffd I need to search each number in file1.txt in file2.txt's 1st... (6 Replies)
Discussion started by: Little
6 Replies

10. Shell Programming and Scripting

Shell script (sh file) logic to compare contents of one file with another file and output to file

Shell script logic Hi I have 2 input files like with file 1 content as (file1) "BRGTEST-242" a.txt "BRGTEST-240" a.txt "BRGTEST-219" e.txt File 2 contents as fle(2) "BRGTEST-244" a.txt "BRGTEST-244" b.txt "BRGTEST-231" c.txt "BRGTEST-231" d.txt "BRGTEST-221" e.txt I want to get... (22 Replies)
Discussion started by: pottic
22 Replies
name(1m)																  name(1m)

NAME
name - A dcecp object that compares and expands DCE names SYNOPSIS
name compare name name name expand name name get string_binding name help [operation | -verbose] name operations name parse name ARGUMENTS
The name of an object in the DCE namespace. Examples of names include principal names, names of security groups, names of Cell Directory Service (CDS) objects like directories, softlinks, child pointers and so on, names of remote procedure call (RPC) entries and RPC groups, and Distributed File Service (DFS) filenames. The name of the name operation for which to display help information. An RPC string binding (without the object UUID) that identifies the network location of the target name. It contains an RPC protocol and a network address in the form: rpc_prot_seq:network_addr DESCRIPTION
The name object resolves, compares, and parses DCE names and string bindings. OPERATIONS
name compare Compares two names. The syntax is as follows: name compare name name The compare operation compares two names given as arguments and returns 1 if both syntactically refer to the same name. Otherwise, it returns 0. Privileges Required No special privileges are needed to use the name compare command. Examples dcecp> name compare /.:/sales/east east Error: Incomplete name dcecp> dcecp> name compare /.:/sales/east /.../org_cell/sales/east 1 dcecp> name expand Expands a simple DCE name to a global name. The syntax is as follows: name expand name The expand operation takes a single name as an argument and returns the canonical form of the name. This operation has the effect of con- verting /.: to /.../cellname. Privileges Required No special privileges are needed to use the name expand command. Examples dcecp> name expand /.:/sales /.../org_cell/sales dcecp> name get Returns a hostname given a full or partial string binding. The syntax is as follows: name get string_binding The get operation returns the host name identified by a specified string binding. The string_binding argument is a single string binding; you cannot supply multiple bindings in one operation. Privileges Required No special privileges are needed to use the name get command. Examples dcecp> name get ncan_ip_tcp:15.21.248.170 hosts/goober dcecp> name help Returns help information about the name object and its operations. The syntax is as follows: name help [operation | -verbose] Options Displays information about the name object. Used without an argument or option, the name help operation returns brief information about each name operation. The optional operation argument is the name of the operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the name object itself. Privileges Required No special privileges are needed to use the name help command. Examples dcecp> name help compare Compares two names syntactically. expand Returns the canonical form of a name. get Gets host name from a partial or full string binding. parse Parses name into cell name and residual name. help Prints a summary of command-line options. operations Returns a list of the valid operations for this command. dcecp> name operations Returns a list of the operations supported by the name object. The syntax is as follows: name operations The list of available operations is in alphabetical order except for help and operations, which are listed last. Privileges Required No special privileges are needed to use the name operations command. Examples dcecp> name operations compare expand get parse help operations dcecp> name parse Divides a name into a cell name and a residual name. The syntax is as follows: name parse name The parse operation parses a name into a cell name and a residual name. The argument is a single DCE name. The operation returns a list of two elements: cell name and residual name. A name not beginning with a / (slash) is considered to be a name in the local cell. Privileges Required No special privileges are needed to use the name parse command. Examples dcecp> name parse hosts/goober /.../pokey hosts/goober dcecp> RELATED INFORMATION
Commands: dcecp(1m). name(1m)
All times are GMT -4. The time now is 11:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy