Archive

Archive for August 7, 2006

IBM Certified Administrator for Rational ClearCase UNIX

August 7, 2006 archu 1 comment

When searching for some clearcase info.. got hold of this cert..

IBM Certified Administrator for Rational ClearCase UNIX Test 631

I don see any specific books for this exam.. but I think it would be better to have this cert if one’s career is based on version controlling using clearcase…!

Categories: Certifications

shc – Generic shell script compiler

August 7, 2006 archu 1 comment

shc creates a stripped binary executable version of the script specified with -f on the command line.The binary version will get a .x extension appended and will usually be a bit larger in size than the original ascii code. Generated C source code is saved in a file with the extension .x.c

For more info..
http://www.datsi.fi.upm.es/~frosal/sources/shc.html

Thanks to krish for the post..