Qfeed: Unterschied zwischen den Versionen

Aus Hergipedia
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
   nohup qfeed -n 3 qfeed.txt &
   nohup qfeed -n 3 qfeed.txt &


=== Hilfe ===
=== Online Help ===
  qfeed: (C) Felix Koehler 2007
  qfeed: (C) Felix Koehler 2007
     feeds the queue by calling the next line of the given commandfile  
     feeds the queue by calling the next line of the given commandfile  

Version vom 25. Februar 2009, 18:24 Uhr

About

Beschickt die Queue auf der nesh mit einer Liste von Jobs, sodass immer genau N items in der Queue sind. Die einzelnen Jobs werden als einzelne Kommandozeilen aus der Datei `qfeed.txt` gelesen.

Beispiel

  nohup qfeed -n 3 qfeed.txt &

Online Help

qfeed: (C) Felix Koehler 2007
   feeds the queue by calling the next line of the given commandfile 
   whenever there's less than N items in the queue of the current user.
Usage: tclsh qfeed {options} commandfile .....
Options:
   -h : print this help
   -n #: number of concurrent jobs
Example
   nohup qfeed -n 3 qfeed.txt &