Rev 134 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#! /bin/sh# Step Two: Extract all documented functions + Help file namesDIR=$1if [ -z "$DIR" ]; then DIR=../man; fi(ls ${DIR} | sed '/~/d'grep ALIAS ${DIR}/* | sed 's/.*:ALIAS(//; s/)$//') | sed 's/^[ ]*//' | sort -d -f | uniq