head	1.1;
access;
symbols;
locks
	ram:1.1; strict;
comment	@# @;


1.1
date	93.07.27.14.42.14;	author hallgren;	state Exp;
branches;
next	;


desc
@nm for hpux.
@



1.1
log
@Initial revision
@
text
@#!/bin/csh -f

/bin/nm -xp $argv | sed -e '/ [tdb] /d' -e 's/^0x//' -e 's/  / /'

exit 0
@
