Forum: Shell Scripting May 30th, 2009 |
| Replies: 3 Views: 963 I suggest you start top in batch mode and with the number of iterations set to 1. This way you take a a quick snapshot of things and save it to a file. |
Forum: Shell Scripting Mar 18th, 2009 |
| Replies: 4 Views: 1,165 You need to format your output using printf instead of using print. |
Forum: XML, XSLT and XPATH Mar 18th, 2009 |
| Replies: 5 Views: 561 Add the pam namspace declaration in where the prism namespace is declared. |
Forum: XML, XSLT and XPATH Feb 22nd, 2009 |
| Replies: 1 Views: 839 Each method has its strengths and weaknesses. |
Forum: C++ Jan 20th, 2009 |
| Replies: 3 Views: 375 The null pointer constant (NULL) is guaranteed (by the compiler) not to point to any real object. It never points to "location zero in memory". Likewise the constant NULL is guaranteed to be 0. |