See unpacked nodes: Difference between revisions

From CUC3
Jump to navigation Jump to search
import>Khs26
No edit summary
import>Cen1001
No edit summary
Line 2: Line 2:


diagnose -n | grep 'Running' | awk '{print $1, $3}'
diagnose -n | grep 'Running' | awk '{print $1, $3}'

I'm curious as to why this is useful, can you explain? --[[User:cen1001|Catherine]] 13:41, 27 August 2008 (BST)

Revision as of 12:41, 27 August 2008

To do this, type:

diagnose -n | grep 'Running' | awk '{print $1, $3}'

I'm curious as to why this is useful, can you explain? --Catherine 13:41, 27 August 2008 (BST)