# @(#)08 1.2 src/bos/usr/lib/nim/awk/lsnim_pa.awk.sh, cmdnim, bos720 9/1/94 19:26:55 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # bos720 src/bos/usr/lib/nim/awk/lsnim_pa.awk.sh 1.2 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 1993,1994 # 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 # # COMPONENT_NAME: CMDNIM # # FUNCTIONS: ./usr/lib/nim/awk/lsnim_l.awk # # ORIGINS: 27 # # # (C) COPYRIGHT International Business Machines Corp. 1993 # All Rights Reserved # Licensed Materials - Property of IBM # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # ################################################################################ # # lsnim_pa.awk # # this awk script aligns output for lsnim "-pa" output # ############################################################################### # look for beginning of stanza # NOTE: double colons have been appended to beginning of stanzas to # differentiate from similar looking strings in the rest of stanza $1 ~ /.*::$/ { gsub ("::", ":") print next } # add one tab for all other lines { print " " $0 }