Summary: I need to compare two report names, that is, two strings. When I tried to use the following expression: if (( $word1 -eq $rptname )) or if [[ $word1...
Summary: Does anyonw know how to compare two strings to see if they match, i want to do the following... if string1 is not equal to string2 then echo "ERROR...
Summary: Kindly please assit me to compare two files in perl or any other script: I have two files: File1.abc start prog name cadillac ggg abc ttt fff start p...
Summary: Hi experts, I need to compare two files and get the difference between the two files. F1 is the base file.I need to print out all the lines missing in...
Summary: hi, i need to compare two files and get the line that is common.i tried it using comm command but it doesnt work.the problem is say my file a.txt is a...
Summary: Perl Expert please assist: This not a hw assignment, this a research work. I have started it have some code in place, I need your help. Need to compa...
Summary: Hi, compare two files and difference will be moved into separate file.if anybody having code for this please send asap. using diff command how can w...
Summary: I'm a newbie to unix scripting and I'm trying to find the most efficient way to concatenate two string variables together but to retain the spaces for...
Summary: i successfully loaded solaris 9 on my ultra10 home computer. when the system reboots it continuely repeats: Device sdo failed to power up. Reboot or c...
Summary: Hi folks, I am trying to figure out how to join two lines on one line of text. For example, I have a text file with the following text: TEXT LINE1 0...
Summary: The form feed is a special character. In my experience the only way to compare special characters is use the method I just showed you or to compare t...
Summary: Hi , I wish to know how to combine two files to one file using unix command. I had two files aaa and bbb aaa files: 02 02 02 02 02 02 and bbb files :...
Summary: Can anyone help me with comparing two vaiables in unix shell script. This is what i'm trying.... if [ $X -ne $Y ] then ----- else ---- fi Wher...
Summary: Thanks for your response but my problem isn't solved. With this shell I want create another batch for a fortran programm. This programm needs the spac...
Summary: Hi, I want to compare two fixed width files columnswise in unix. Both are large of around 1000+ columns. Also columns are of different lengths within ...
Summary: I need to compare two files and get the difference between the two files. F1 is the base file.I need to print out all the lines missing in F2, and the...
Summary: How to compare substring of col1,file 1 with col2file2 and get file1contents+col3file2 as output. file1 ----- kumarfghh,23,12000,5000 rajakumar,24,140...
Summary: Perl Guru…. I need to compare two diff file (file1.abc will locate in current server and file2.abc will locate in remote server), basically the scri...
Summary: How do I retrieve text between two strings located on different lines of a file using awk. myfile.txt contains following data *************** print -r...
Summary: Hi, I need to compare two files using shell script. (file1: inbound/data/lockbox & file2:inbound/data/lockbox/archive) If they are same it should em...
Summary: Hi i have different versions like v1.0.0.0,v1.0.2.0 and etc in each version i have a file called checksum.csv. in checksum.csv i have different script...
Summary: hi, i need to compare two files with the comm -23 command but i can't seem to figure it out. please help i've tried comm [123] temp1 temp2 but doesn'...
Summary: Hi All, I want to remove blank lines from a file. I want to compare two files without comments. I have tried this, cut -f1 -d'#' filename > noComme...