On Wed, Jun 15, 2016 at 06:21:36AM +0200, Edward Bartolo wrote: > Hi, > > Before I give up writing Felker's C code in bash, can I use another > interpreted language that has more probability of having wait(int*) > and fork()?
Perl will do it. There excellent introductory books available for free online, and perlmonks.org is a great community and searchable resource. I'm sure python and ruby can fork/wait. It's a common idiom! cheers > Edward > _______________________________________________ > Dng mailing list > [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng -- Joel Roth _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
