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: Can anyone help me with shell script to this problem. I have two files as shown below. I want to loop through the two files by comparing column1, row...
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 All, I have two files file1: abc,def,ghi,5,jkl,mno pqr,stu,ghi,10,vwx,xyz cba,ust,ihg,4,cdu,oqw file2: ravi,def,kishore ramu,ust,krishna joseph,stu...
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: Hi I need some help with some flat files. The problem can be divided into two parts broadly. These files are the result of a particular extract and ha...
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 All, I've seen many questions/answers about combining or merging two files using awk but I can't quite get them to work for my situation. It's poss...
Summary: Hi All, I have two files. cat numbers.csv 9999500123,A,B,CFGGH 01199234984,S,D,CFGde 0023445875554,sddf,fhh,wwr cat prefix.csv 9999,jpr,3.12,60 01199...
Summary: Hi, I have a header file containing a few comma-separated fields.example: (start file) emp,emp_name,location,salary,post_code,sac,le (end file) This f...
Summary: Hey, I need helping writing a KORN shell script that will search my directories for minimum two files to pass back to the script as arguments. I am ...
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: I have two files: - EQUI containing two columns old_code and new_code - NAME containing a list of article with the old ones I code seek how to carr...
Summary: Hey guys, I need some help with some unix stuff. I have two files. One is a script and the other is a config file. The script has to use the vari...
Summary: Hi, I am trying to read the first field (DATE-MM/DD/YY) from a file with multiple columns and rows and want to store the Month MM into a number variab...
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: Hi, I'm trying to combine columns of data from two text files. I'd like to take every line of column 2 from text file A and every line of column 3 fro...
Summary: can someone help me. i want to combine two files together in awk (i have sh). Example: File1.txt 12345 10 12342 53221 3 File2.txt 53221 6 12345 8 1234...
Summary: Hi Gurus. Can anyone help me with the below requirement? I need Unix shell script for that. I am devastated, if you help me I'm really grateful to yo...
Summary: HI I need a unix script to merge two files in a specific manner Eg: File 1 1 2 4 5 File 2 3 5 Final output file looks like 1 2 3 4 5 6 Please respon...
Summary: You can build a variable that sort can use; here is an example of sorting myfile with the first field: #!/bin/ksh str="1,1 my.file" sort -k $(echo "$s...