Hi Rob,<br><br>Is there any mechanism or framework in place to have multiple commands implemented in same source file.<br><br>For example: <br><br>    we can have the implementation for <b>grep, egrep, fgrep</b> in one file itself, as grep -E is equivalent to egrep and grep -F is fgrep.<br>
Currently I do not see any such mechanism, where in I can make all the binaries point to same place and then decide on what to run.<br><br>Same will be applicable for <b>env</b> and <b>printenv</b> as printenv is similar to the env default behaviour.<br>
<br>Doing this will help reduce the effort and code size.<br><br>Whats your opinion on this.?<br><br>regards,<br>Ashwini<br>