Menu

#135 exec() command doesn't print all output

None
closed
nobody
General (151)
5
2018-08-02
2003-09-04
No

exec() command doesn't print all output.

Example (myfile exists, blah does not):

at the linux prompt:
-> diff myfile blah
diff: blah: No such file or directory

at the bsh prompt:
bsh % exec("diff myfile blah");
bsh %

Discussion

  • nickl-

    nickl- - 2018-08-02
    • status: open --> closed
    • Group: -->
     
  • nickl-

    nickl- - 2018-08-02

    Ticket has been migrated to github.
    Please follow up on this over here: https://github.com/beanshell/beanshell/issues/273

     

Log in to post a comment.