最高のユーティリティ
引用元:https://www.ioccc.org/1993/ant/ant.orig.c
審査員・作者による説明:https://www.ioccc.org/1993/ant/index.html
egrep風コマンド。
$ gcc -o ant ant.c
$ ./ant a.*t$ ant.hint
ant.hint: make ant
ant.hint: See the author's Posix P1003.2-like documentation file ant.txt
作り込み系の作品。 POSIX.2の拡張正規表現の小さくないサブセットに対応しているとのこと。
難読化は識別子が1文字である程度で、見逃していない限り特別なテクニックは見られない。 man風のドキュメントが添付されている(ant.txt)。 同作者の[[1992/ant]]と同系統の作品。