BSD 2 development
[unix-history] / bin / ucb / astags
CommitLineData
bf24aaaf
BJ
1#
2grep '^[a-zA-Z_].*:' $* >/tmp/$$
3ex - /tmp/$$ << 'EOF'
41,$s/:[^:]*$//
51,$s/\(.*\):\(.*\)/\2 \1 \/^\2\//
6w
7q
8'EOF'
9sort -d /tmp/$$ | uniq >! tags
10rm /tmp/$$