#/bin/sh

# this little filter allows to extract the node nesting from the DDF
# and may come in handy for debugging

pwd
file=OMA-SUP-MO_oma_bcast-V1_0-20081025-D.ddf
echo File=$file

grep '<[N!/][No-]' $file | grep -v NodeName | grep -v -- Status:

