Generally yes, but not if the first command modifies output buffer directly. The '=' command for example modifies output stream directly and the following -e command is not able to modify the same line anymore because it has already been output.
Reply To This Comment
About the site:
Peter Krumins' blog about programming, hacking, software reuse, software ideas, computer security, browserling, google and technology.
Jeremy,
Generally yes, but not if the first command modifies output buffer directly. The '=' command for example modifies output stream directly and the following -e command is not able to modify the same line anymore because it has already been output.
Reply To This Comment