Catherine Pitt: Difference between revisions
Jump to navigation
Jump to search
import>Cen1001 No edit summary |
import>Cen1001 No edit summary |
||
Line 20: | Line 20: | ||
is a regexp for crsids. |
is a regexp for crsids. |
||
cat ${PBS_NODEFILE} | uniq -c | awk '{print $2":"$1}' |
|||
I saw this on the Torque mailing list and can't believe I didn't think of it |
|||
== very old stuff == |
== very old stuff == |
Revision as of 17:32, 24 January 2007
Catherine is the systems administrator for the theory sector.
Proposed changes to backup and archiving
useful stuff
export LD_DEBUG=all
is my friend
^[a-z][a-z0-9]{1,7}$
is a regexp for crsids.
cat ${PBS_NODEFILE} | uniq -c | awk '{print $2":"$1}'
I saw this on the Torque mailing list and can't believe I didn't think of it