Sponsored Content
Full Discussion: please help - file merger
Top Forums Shell Programming and Scripting please help - file merger Post 15398 by peter.herlihy on Wednesday 13th of February 2002 04:20:52 PM
Old 02-13-2002
Try looking up man page for the "comm" command. This may help.
 

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Merger Two file

Hi , I am new I need you help.. this is my question i have two file 1st file have Appserver1 Appserver2 Appserver3 2nd file have Appserver1 1234 Appserver1 234 Appserver3 3333 output I want like this Appserver1 Appserver1 1234 Appserver1 Appserver1 234 Appserver3... (2 Replies)
Discussion started by: paranee2
2 Replies

2. 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

3. 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

4. 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
deleg_proc(n)						       Interpreter utilities						     deleg_proc(n)

__________________________________________________________________________________________________________________________________________________

NAME
deleg_proc - Creation of comm delegates (procedures) SYNOPSIS
package require Tcl 8.3 package require interp::delegate::proc ?0.2? ::interp::delegate::proc ?-async? name arguments comm id _________________________________________________________________ DESCRIPTION
This package provides a single command for the convenient creation of procedures which delegate the actual work to a remote location via a "channel" created by the package comm. API
::interp::delegate::proc ?-async? name arguments comm id This commands creates a procedure which is named by name and returns its fully-qualified name. All invokations of this procedure will delegate the actual work to the remote location identified by the comm channel comm and the endpoint id. The name of the remote procedure invoked by the delegator is [namespace tail name]. I.e., namespace information is stripped from the call. Normally the generated procedure marshalls the arguments, and returns the result from the remote procedure as its own result. If however the option -async was specified then the generated procedure will not wait for a result and return immediately. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category interp of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
comm, delegation, interpreter, procedure CATEGORY
Programming tools COPYRIGHT
Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net> interp 0.2 deleg_proc(n)
All times are GMT -4. The time now is 08:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy