Back To SCO
VikingBrad writes "The Sydney Morning Herald has an article on Dr Warwick Toomey of The Unix Heritage Society claiming that SCO may not know the origin of code in System V, including claims that there is a lot of BSD software in Sys V."
Alex writes "I wondered where the 100k+ lines of copied code
in the linux kernel would come from in comparison
to the SCO Unixware stuff. Then a thought popped
up in my head: what if they just compared linewise?
All those empty lines in the code would have the
same content. But how many empty lines are in the
Linux Kernel Code? This small shell script counts them for you:
emptylines=0; function parse_dir () { for file in $1/*; do if [ -d "$file" ]; then parse_dir $file; else while read line; do if [ "$line" = "" ]; then emptylines=$[$emptylines+1]; echo $emptylines; fi; done
Kernel 2.4.22, yet cleaned of the code which SCO
claimed was stolen, has still 733140 empty lines, probably copied and pasted by the bad, bad kernel developers from the good, good SCO guys..."
One smartass remark is a -1 Troll, another that is almost exactly the same is +4 Funny.
Pull your heads out!
Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.