Showsyms revision 1.1
11.1Sgwr#!/bin/sh 21.1Sgwr 31.1Sgwr# Small helper to print out symbols in a useful order. 41.1Sgwr 51.1Sgwrnm -n rd_bin.syms |grep -i ' a ' 61.1Sgwrnm -n rd_bin.syms |grep -i ' t ' 71.1Sgwrnm -n rd_bin.syms |grep -i ' d ' 81.1Sgwrnm -n rd_bin.syms |grep -i ' b ' 91.1Sgwrnm -p rd_bin.syms |grep -i ' c ' 10