Quote:
Originally Posted by eureka
I have a suspicion that invocation of sh -c "ls|wc &" will work as well as execution of temporary script with ls|wc &
|
Both should create a new instance of the shell in a new process.
And if ASH has "job control" features, you might try diddling with those.
I
**think** that if "job control" is off - then the new process will be created as a process-group leader rather than as a child.
**think**