dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 22 forks source link

How to background a process with dgsh #109

Closed Gooberpatrol66 closed 5 years ago

Gooberpatrol66 commented 5 years ago
nathan@gentoolaptop ~ $ kate &
[1] 24699
dgsh: dgsh-wrap: command not found

Command then fails to execute. I'm guessing it sees the ampersand and thinks I'm trying to construct a dgsh-list?

Gooberpatrol66 commented 5 years ago

That appears to have fixed it. Thanks.