As you know, the problem with bash is with sub-processes. If you launch a sub-process of a text editor from a bash script for example, the text editor won't have input or output as these are dedicated to the parent process. This is how to do the trick:
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.