Summary: Hi, How to parse a file that has more than 199 columns. 'awk' fails when line is having more than 199 fields. Is there a way to resolve this...what ...
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: Hi all, I have 10 directories, each directory have the file serial.txt. How do I collect all of the directory have new file update today and I will ta...
Summary: hie there, i would like to know how do i compare files in a current directory? i don't want to compare just 2 files with the diff filename1 fil...
Summary: so what should file 3 look like? I'm interpreting that you want to compare line 1 in file 1 with line 1 in file2 , line 2 with file 1 with line 2 in ...
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 guys this my sample file sample.ksh DBUID=testdatabase DBLOC=wm4r2 i want replace DBUID=testdatabase by DBUID=$myvariable (i.e myvariable=arundata...
Summary: Hi, i have file RESULT(containing table contents) with columns containing process number,ccod,etc ccod is in 5th column based on it validation has to ...
Summary: Here the requirement is like. we will get 1 or 2 or 3 or ...files say flat files. First we need to merge all those files This could be considered as t...
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: How do you find files, then copy the files into an existing directory. I am to find files starting with N which is not more than 10 days old, then cop...
Summary: Hi, I would like to know how to convert a text file in UNIX to HTML using awk? For example, my file has the following contents : Name Age A 23...
Summary: my problem is i want to replace a line in a file e.g i want to replace the line DBUID= (some name) with DBUID=$user variable file name is sample.ksh...
Summary: Hi! I would like to find out if there's a way to span archive files in UNIX, like the same way winzip can span files? I've looked at the tar command b...
Summary: I am comparing two files fine using diff as follows and manipulating the results: diff FileA FileB | sort -u > result How do I do the same for a sets...
Summary: for mount cdrom you have to use: mount -t iso9660 /dev/cdrom /mnt/cdrom and for floppy mount -t msdos /dev/fd0 /mnt/floppy, or if you have record abou...
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: 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: 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: Hello all I hope someone can help! It would be much appreciated! What I need to do is compare a load of numbers in file1 to a load of numbers in file2...
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...