Just a note reference rdrtx1's post #2:
The first line should read something like #!/bin/bash as 'sh' assumes POSIX compatibility so ARRAYS are technically not possible.
Make sure you are using bash, ksh or another advanced shell to get that facility.
--- Post updated at 02:26 PM ---
I hope this does not attach itself to my previous:
RudiC's code works absolutely fine on bash version:
Modified with real commands and fixed values:
Note to RudiC:
'STB_SEQ' should read 'STDBY_SEQ'...
Last edited by wisecracker; 08-06-2019 at 09:42 AM..
Reason: Sigh, second upload attached to my previous!
This User Gave Thanks to wisecracker For This Post:
Hi
I have two files in unix. I need to compare two files and print the differed lines in other file
Eg
file1
1111
2222
3333
file2
1111
2222
3333
4444
5555
newfile
4444
5555
Thanks In advance (3 Replies)
I have two files like this:
#FILE 1
ABCD 4322 26485
JMTJ 5311 97248
XMPJ 4321 58978
#FILE 2
ABCD 4321 26485
JMTJ 5311 97248
XMPJ 4321 68978
What to do: Compare the two files and find those lines that doesn't match. And have a new file like this:
#FILE 3
"from file 1"
ABCD 4322 26485... (11 Replies)
I have learned file comparison from my previous post here. Then, it is comparing the whole line. Now, i have a new problem.
I have two files with 3 columns separated with a "|". What i want to do is to compare the second and third column of file 1, and the second and third column of file 2. And... (4 Replies)
Hi there,
I'm sure this question has been asked many times but I can't find any posts with information.
How can I check the differences between say lines 20 - 200 in file1 and lines 420 - 600 in file2?
Thanks in advance for any help!
js (2 Replies)
Hello,
I have two files file 1 and file 2 each having result of a query on certain database tables and need to compare for Col1 in file1 with Col3 in file2, compare Col2 with Col4 and output the value of Col1 from File1 which is a) not present in Col3 of File2 b) value of Col2 is different from... (2 Replies)
Hello,
I have two text files, each with a single column,
file 1:
124152970
123899868
123476854
54258288
123117283
file 2:
124152970
123899868
54258288
123117283
122108330 (5 Replies)
compare two variables and print the difference
i have two variables
X1=rac1,rac2
Y1=rac2,rac3
output=rac1,rac3
Use code tags to wrap code fragments or data samples. (1 Reply)
Discussion started by: jhonnyrip
1 Replies
LEARN ABOUT OPENSOLARIS
compare
compare(1) General Commands Manual compare(1)NAME
compare - mathematically and visually annotate the difference between an image and its reconstruction.
SYNOPSIS
compare input-file input-file [options] output-file
OVERVIEW
The compare program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference
between an image and its reconstruction.
For more information about the compare command, point your browser to file:///usr/share/doc/ImageMagick-6.3.4/www/compare.html or
http://www.imagemagick.org/script/compare.php.
DESCRIPTION
Image Settings:
-authenticate value decrypt image with this password
-channel type apply option to select image channels
-colorspace type alternate image colorspace
-compress type type of pixel compression when writing the image
-debug events display copious debugging information
-define format:option
define one or more image format options
-density geometry horizontal and vertical density of the image
-depth value image depth
-extract geometry extract area from image
-format "string" output formatted image characteristics
-fuzz distance colors within this distance are considered equal
-help print program options
-identify identify the format and characteristics of the image
-interlace type type of image interlacing scheme
-limit type value pixel cache resource limit
-log format format of debugging information
-metric type measure differences between images with this metric
-monitor monitor progress
-profile filename add, delete, or apply an image profile
-quality value JPEG/MIFF/PNG compression level
-quiet suppress all warning messages
-quantize colorspace reduce colors in this colorspace
-regard-warnings pay attention to warning messages
-sampling-factor geometry
horizontal and vertical sampling factor
-set attribute value set an image attribute
-size geometry width and height of image
-transparent-color color
transparent color
-type type image type
-verbose print detailed information about the image
-version print version information
-virtual-pixel method
virtual pixel access method
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with
an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-'
for standard input or output.
SEE-ALSOImageMagick(1)COPYRIGHT
Copyright (C) 1999-2007 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see
file:///usr/share/doc/ImageMagick-6.3.4/www/license.php or http://www.imagemagick.org/script/license.php
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Availability | SUNWimagick |
+--------------------+-----------------+
|Interface Stability | External |
+--------------------+-----------------+
NOTES
Source for ImageMagick is available on http://opensolaris.org.
ImageMagick Date: 2005/03/01 01:00:00 compare(1)