1# Copyright: 2021 Masatake YAMATO 2# License: GPL-2 3CTAGS=$1 4 5${CTAGS} --quiet --options=foo.ctags -o - input.foo | grep -v '^a' 6