Best Utility

最高のユーティリティ

受賞者:Anthony C. Howe

引用元:https://www.ioccc.org/1993/ant.c

審査員・作者による説明:https://github.com/ioccc-src/winner/blob/main/1993/ant.hint

動作

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]]と同系統の作品。