Difference between revisions of "Catherine Pitt"
Jump to navigation
Jump to search
import>Cen1001 |
import>Cen1001 |
||
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