(file) Return to listactive.csh CVS log (file) (dir) Up to [Development] / JSOC / proj / workflow

File: [Development] / JSOC / proj / workflow / listactive.csh (download) / (as text)
Revision: 1.1, Mon May 13 22:02:04 2013 UTC (10 years ago) by phil
Branch: MAIN
CVS Tags: Ver_LATEST, Ver_9-5, Ver_9-41, Ver_9-4, Ver_9-3, Ver_9-2, Ver_9-1, Ver_9-0, Ver_8-8, Ver_8-7, Ver_8-6, Ver_8-5, Ver_8-4, Ver_8-3, Ver_8-2, Ver_8-12, Ver_8-11, Ver_8-10, Ver_8-1, HEAD
General cleanup

#! /bin/csh -f

foreach task ( $WORKFLOW_DATA/tasks/* )
  foreach ticket ( `ls -1 $task/active/ | grep -v root` )
    ls -d $task/active/$ticket
  end
end



Karen Tian
Powered by
ViewCVS 0.9.4