Summary: hi, I have a table containinng around 70,000 rows and 2 coloumns. the table is updated every day.(new rows will be added and some rows will be deleted...
Summary: I have an access database with two tables. The first table is a list of employees the second table is the data from a survey. I have created a progr...
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 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: 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: I'm working on a backup batch program to copy directories to a pen drive somewhat automatically and thought it would be nice to check available space ...
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 need to compare two files: Basically I have an input file fileA. which need to be compare with fileb located in /etc/lc/mbd directroy Both file for...
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: Thanks mike, I tried that and nothing happened, that i think was for numbers. What i am looking for is like the post "compare two columns in excel" h...
Summary: Please post your question in its own thread with a relevant Subject line. Adding your question to an existing thread that addressed a different issue ...
Summary: I am attempting to compare two different columns. In this case, I am seeking specifically anything that has ".cn" in column A, and the letter "F" in c...
Summary: Hi I have a problem with a script I'm trying to write. I want to compare two text files which have a list of directories and then extract the added...
Summary: I’m just getting started with VB Script and I need to figure out how to compare two text files for duplicate numbers and then echo those duplicates....