Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Background operator doesn't work correctly #2

Open
kirpichik opened this issue May 3, 2018 · 1 comment
Open

Background operator doesn't work correctly #2

kirpichik opened this issue May 3, 2018 · 1 comment

Comments

@kirpichik
Copy link

The statement of the process start in the background doesn't work correctly.
Example:

(*_*)$>sleep 100 &

[1] 3455

[1] Done sleep 100
(*_*)$>

The process is started and immediately terminated.
This process isn't displayed in the work list after that.

@kirpichik
Copy link
Author

Also, although it is printed that the task is completed, it remains in the background.
You can check it using the ps command.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant