Skip to content

Utilities

vbrover edited this page Jun 19, 2020 · 4 revisions

The executables are in the directory $DT/.

Common utilities

file2hash

Print file hash class: 0..999
Example:

$ file2hash "mouse"
532

list2pairs

setIntersect.sh

setMinus

splitList

trav

Apply <command> to all <items>.
Usage:

trav <items> <command>

<items>: file with a list of items or directory.
<command>: Text with special symbols: "%d" = , "%f" - item, "%1" - subitem #1, "%2" - subitem #2, ... "%9" - subitem #9, "%h" - item hash (0..999), "%n" - sequential number, "%q" - single quote, "%Q" - double quote, "%D" - $, "%G" - `, "%P" - %

Univa Grid Engine

grid_wait.sh

qstat_wait.sh

Clone this wiki locally