New DB2 fixpaks
New DB2 fixpaks have just come out: DB2 9.1.10; DB2 9.5.7; DB2 9.7.4
Get them from here: https://www-304.ibm.com/support/docview.wss?uid=swg27007053
New DB2 fixpaks have just come out: DB2 9.1.10; DB2 9.5.7; DB2 9.7.4
Get them from here: https://www-304.ibm.com/support/docview.wss?uid=swg27007053
Determine group of a directory (current directory in this case)
perl -e 'print getgrgid((stat($ARGV[0]))[5]) . "\n";' $PWD
I’m not sure why I needed that, but I did need it once.