echo.c says
/* This utility may NOT do getopt(3) option parsing. */
Why is that, for echo(1) specifically?
Other binaries in /bin seem to use getopt(3) freely.
Jan
echo.c says
/* This utility may NOT do getopt(3) option parsing. */
Why is that, for echo(1) specifically?
Other binaries in /bin seem to use getopt(3) freely.
Jan