ASTAGS(1) General Commands Manual ASTAGS(1)
NAME
astags - compute a tags file for an assembler program
SYNOPSIS
astags name ...
DESCRIPTION
Astags makes a tags file for ex from the specified assembler sources. Since there are effectively no assembler programs in the system, the
fact that astags is a stupid shell script is not a real deficiency.
FILES
tags output tags file
SEE ALSO
ctags(1), ex(1), vi(1)
BUGS
There is no way to use it to incrementally update a tags file. In a makefile, we could move the tags file away and then use sort and uniq
to get around this.
3rd Berkeley Distribution ASTAGS(1)