看板 DFBSD_commit 關於我們 聯絡資訊
On Mon, Mar 14, 2005 at 04:48:57AM -0800, Joerg Sonnenberger wrote: > joerg 2005/03/14 04:48:57 PST > > DragonFly src repository > > Modified files: > usr.bin/find main.c > Log: > Add '+' to argument list of find to prevent getopt from reordering > the arguments. Now is a good time to rewrite the argument parser of find to use getopt_long_only. Anyone interested? BTW, I think find should exit when an invalid option is found, not silently ignore it. Joerg