#!/bin/ksh # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # 61haes_r714 src/43haes/usr/sbin/cluster/cspoc/utilities/cllsfs_smit.sh 1.2 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 1999,2002 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # @(#)28 1.2 src/43haes/usr/sbin/cluster/cspoc/utilities/cllsfs_smit.sh, hacmp.cspoc, 61haes_r714 12/1/02 10:58:29 # $Id$ # description: # this routine runs lsfs, and parses its output FREEFS=`lsfs | grep -v Name | awk '{print $1}' | awk -F/ '{print $3}'` echo "$FREEFS"