BSD 2 development
[unix-history] / bin / ucb / ctags
#
grep '^[a-z].*)$' $* >/tmp/$$
ed - /tmp/$$ << 'EOF'
1,$s/(.*//
1,$s/\(.*\):\(.*\)/\2 \1 \/^\2\//
w
q
'EOF'
sort -d /tmp/$$ | uniq >tags
rm /tmp/$$