#!/bin/ksh # Written By : Kynan Dent # Written On : 02/03/05 # Function : Look at the definition of an F5 structure # currently in memory. alias b=bigpipe if [ $# -gt 0 ];then if [ -f /etc/bigip.conf ];then DATA="bigpipe -s -" else DATA="b save -" fi eval $DATA | sed -n "/^$*/,/^}/p" else echo "Usage: `basename $0` \nie `basename $0` pool ugwnat07" exit 1 fi