Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Tkdiff is too slow
Name: SNYP40A1 Date: February 18, 2006 at 11:43:36 Pacific OS: SUN OS 5 CPU/Ram: ?/1 GB Product: Sun
Comment:
I have two very large log files -- one file being derived from the other after processing it with a perl script. The files only differ on a line by line basis -- for example line 1534 in one file might be different from line 1534 in the other file. But line 1534 will not possibly match any line other than possibly 1534 in the other file. I figured that the easiest way to compare the two files would be using tkdiff. But this is taking too long. Is there a better way that I can compare the two files and find the differences.
USE YOUR TURN SIGNALS AND PAY ATTENTION WHEN THE LIGHT TURNS GREEN.
Summary: I have a problem with the command : tar cvf - `ls | grep -v "TAR" | grep -v "DMP" | xargs`| compress -c > file.Z error 0403-027 the parameter list is too long There is more on thousand files in the di...
Summary: Hi folks, I face a strange problem.I have a make file that builds my exe .My exe is built by linking many libraires(.a).when ever this list of .a files increases i get parameter list is too long.Can a...
Summary: I want to perform a simple rm command on all the files (#600) in a particular directory. When I try rm * I get the error: The parameter list is too long. I've tried to use xargs -n10000 rm but now m...