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: i want to replace a file in .zip file in AIX5.3 machine; say i have file script.ksh file and a build.zip file which contains older version of script.k...
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 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: Hello, I am new to UNIX. Now I am learning it. I dont know how to read txt files in UNIX system and edit. Please post the commands for read and edit w...
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: How do i read binary files in Unix and as i know that counting the number of records in a file could be done using WC command, but how to use it for c...
Summary: Hi, Im practicing unix in uwin software(AT&T Unix version) and I've already familiarized myself with the basic commands. However,I have no idea ho...
Summary: I want to send an attachment in a mail, in a unix script mail -s "subject" user@outlook How can i attach a file in the e-mail. Any advice will be gre...
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 There I have created a small script to extract data from an table and output to txt file. Since the table contains more 100 columns I want to selec...
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: I need to compare too files in two different directories if the one on DIR1 is newer then the one of DIR2 then I need to move it to DIR2. E.I check if...
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: 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 Folks, I am working on Oracle APPS and new to shell script. I need to write a shell script to find the oldest file (based on naming convention dat...
Summary: Hi folks, Does anybody know how to list a directory in real time. (sort of what tail -f would do for a file), I need to be able to constantly poll a d...
Summary: Hey Alll I need a help again from u all guys i have RS 6000 server with AIX 4.3.3 OS and with external storage (multipack) with 12 Hard disk d...
Summary: Hi, I'm a beginner script user. It there any shell script example where I could reference on how to check a file in a directory is there before overwr...
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...