Sponsored Content
Special Forums UNIX and Linux Applications Unix Shell Scripting : Comparision of two files Post 302692171 by CFA on Monday 27th of August 2012 08:39:12 AM
Old 08-27-2012
Thanks a bunch

Hi Elixir,

Thanks a lot for your help.

Now its working fineSmilie.
Would deem it a great favour if you could please explain how exactly the provided code works.

Thanks in Advance
CFASmilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix shell scripting

I need to write a script which analyses an invoice file, counting the amount of pages in the file to be printed per account number and per invoice. The account numbers are stored in another file which has instructions on what do with ach customers invoice as per their account number. please... (6 Replies)
Discussion started by: la_burton
6 Replies

2. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

3. Shell Programming and Scripting

String comparision in shell scripting

Hi Guys, I am new to scripting I have written a code to compare strings,but I am getting some Exception Code snippet: MODE="D" if ]; then . $file1 fi Error: ./BatchJobs.sh: [[: execute permission denied I have given all Execute permissions to the script(chmod 755... (2 Replies)
Discussion started by: Anji
2 Replies

4. Shell Programming and Scripting

Comparision of two huge unix files - Reconcilation

Hi, I have two huge file; each one has approximately 150000 lines. I need to compare both of them and store the unmatched lines into a different file. I have searched for everything in google but did not get solution. Files are: File1 NRALBAMINDB20003726 NRALBAMINDB20003727... (16 Replies)
Discussion started by: Suman Singh
16 Replies

5. Shell Programming and Scripting

Unix shell scripting

Hi All, I have one file called date1.txt and it contains dates like 130112 140112 150112 160112 170112 180112 190112 201012 so i need a script to read this file line by line and find out the day of each date and assign this value in one variable. And validate Weekday="Mon" then... (4 Replies)
Discussion started by: vichuelaa
4 Replies

6. UNIX for Dummies Questions & Answers

Unix Shell Scripting( Calling from Unix to PLSQL)

Hello Experts, I have the following questions to be discussed here at this esteemed discussion forum. I have two Excel sheets which contain Unix Commands llike creating directory the structure/ftp/Copy/Zip etc to basically create an environment. I need help in understanding some of... (1 Reply)
Discussion started by: faizsaadq
1 Replies

7. Shell Programming and Scripting

Comparing Select Columns from two CSV files in UNIX and create a third file based on comparision

Hi , I want to compare first 3 columns of File A and File B and create a new file File C which will have all rows from File B and will include rows that are present in File A and not in File B based on First 3 column comparison. Thanks in advance for your help. File A A,B,C,45,46... (2 Replies)
Discussion started by: ady_koolz
2 Replies

8. UNIX for Beginners Questions & Answers

UNIX Shell Scripting

Describe in short the word completion feature of the tcsh Completion works anywhere in the command line, not at just the end, for both commands and filenames. Type part of a word and hit the Tab key, and the shell replaces the incomplete word with the complete one in the input buffer. The... (1 Reply)
Discussion started by: Elena Lauren
1 Replies

9. Homework & Coursework Questions

UNIX shell scripting programming in files

Create 2 files in unix in 2 different directories, compare them and fetch common words between these 2 files. Print them on the screen and also redirect the output to your home directory in the below format: file 1 | file 2 line no: word 1 | line no: word 1 line no: word 2 | line no: word 2 line... (11 Replies)
Discussion started by: mounica bijjala
11 Replies

10. UNIX for Beginners Questions & Answers

Export Oracle multiple tables to multiple csv files using UNIX shell scripting

Hello All, just wanted to export multiple tables from oracle sql using unix shell script to csv file and the below code is exporting only the first table. Can you please suggest why? or any better idea? export FILE="/abc/autom/file/geo_JOB.csv" Export= `sqlplus -s dev01/password@dEV3... (16 Replies)
Discussion started by: Hope
16 Replies
QRSTAT(1)						   Sun Grid Engine User Commands						 QRSTAT(1)

NAME
qrstat - show the status of Sun Grid Engine Advance Reservations (AR) SYNTAX
qrstat [-ar ar_id,...] [-help] [-u user,...] [-explain] DESCRIPTION
qrstat shows the current status of the available Sun Grid Engine ARs. The selection option -ar allows you to get information about spe- cific AR. The administrator and the user may define files which can contain any of the options described below. A cluster-wide sge_qrstat file may be placed under $SGE_ROOT/$SGE_CELL/common/sge_qrstat The user private file is searched at the location $HOME/.sge_qrstat. The home direc- tory request file has the highest precedence over the cluster global file. Command line can be used to override the flags contained in the files. OPTIONS
-ar ar_id,... Prints various information about the ARs identified by given ar_id list. -explain Displays the reason for the error state of an AR. Possible reasons are the unknown state of a host or queue instance. The output format for the alarm reasons is one line per reason. -help Prints a listing of all options. -u user,... Display information only for those ARs created by the users from the given user list. The string $user is a placeholder for the current username. An asterisk "*" can be used as username wildcard to request that all users' ARs be displayed. The default value for this switch is "-u $user". -xml This option can be used with all other options and changes the output to XML. The used schemas are referenced in the XML output. The output is printed to stdout. OUTPUT FORMATS
Depending on the presence or absence of the -ar option there are two output formats need to be differentiated. Advance Reservation Summary (without -ar) Following the header line, a section for each AR is provided. The columns contain information for o the AR id. o the name of the AR. o the current state of the AR. One of following states 'wWrEd". w - waiting without error W - warning (effective - waiting with error) r - running E - error (effective - running with error) d - deleted o the start time of the AR. o the end time of the AR. o the duration of the AR. Detailed Format (with -ar) The output contains two columns. The first one contains all AR attributes. The second one the corresponding value. ENVIRONMENTAL VARIABLES
SGE_ROOT Specifies the location of the Sun Grid Engine standard configuration files. SGE_CELL If set, specifies the default Sun Grid Engine cell. To address a Sun Grid Engine cell qrstat uses (in the order of prece- dence): The name of the cell specified in the environment variable SGE_CELL, if it is set. The name of the default cell, i.e. default. SGE_DEBUG_LEVEL If set, specifies that debug information should be written to stderr. In addition the level of detail in which debug infor- mation is generated is defined. SGE_QMASTER_PORT If set, specifies the tcp port on which sge_qmaster(8) is expected to listen for communication requests. Most installations will use a services map entry for the service "sge_qmaster" instead to define that port. FILES
<sge_root>/<cell>/common/act_qmaster Sun Grid Engine master host file <sge_root>/<cell>/common/sge_qrstat cluster qrstat default options $HOME/.sge_qrstat user qrstat default options SEE ALSO
sge_intro(1), qrsub(1), qrdel(1), qsub(1), COPYRIGHT
See sge_intro(1) for a full statement of rights and permissions. SGE 6.2u5 $Date$ QRSTAT(1)
All times are GMT -4. The time now is 09:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy