#!/bin/bash ##################################################################### # Description: Finds black holes WN using accounting records # # Author: Alessandra Forti # # Institute: University of Manchester # # Created: 26 November 2008 # # License: EGEE # # $Id: black-holes-finder.sh,v 1.4 2004/01/04 03:05:32 aforti Exp $ # ##################################################################### help(){ echo echo "Usage: `basename $0` [ACCOUNTING_FILE] [help]" cat <