slang-users mailing list

[2019 Date Index] [2019 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] "process" module


Bernd Eggink <bernd.eggink@xxxxxxxxxx> wrote:
> The documentation of "popen" mentions a module "process" which I can't 
> find in the package. Does this module exist, and if does, where can I 
> get it?

The "process" functions are in the slsh library and make use of the
fork and other modules.  You can see this by running slsh with the -v
switch:

$ slsh -v
Loading /usr/local/etc/slsh.rc
Loading /usr/local/share/slsh/autoload.sl
Loading /usr/local/share/slsh/slshrl.sl
Loading /usr/local/share/slsh/require.sl
Loading /usr/local/share/slsh/slshhelp.sl
Loading /usr/local/share/slsh/glob.sl
Loading /home/jed/.slrlinerc
Loading /usr/local/share/slsh/rline/slrline.rc
Loading /usr/local/share/slsh/rline/complete.sl
Loading /usr/local/share/slsh/rline/history.sl
Loading /usr/local/share/slsh/rline/emacskeys.sl
Loading /usr/local/share/slsh/rline/editfuns.sl
slsh version 0.9.4-0; S-Lang version: pre2.3.3-14
Copyright (C) 2005-2017,2018 John E. Davis <jed@xxxxxxxxxxx>
This is free software with ABSOLUTELY NO WARRANTY.

slsh> require("process");
Loading /usr/local/share/slsh/process.sl
Loading /usr/local/share/slsh/fork.sl
Importing /usr/local/lib/slang/v2/modules/fork-module.so
Loading /usr/local/share/slsh/fcntl.sl
Importing /usr/local/lib/slang/v2/modules/fcntl-module.so
Loading /usr/local/share/slsh/sysconf.sl
Importing /usr/local/lib/slang/v2/modules/sysconf-module.so
slsh>


See <https://www.jedsoft.org/slang/doc/html/slshfun-9.html#ss9.1> for
more information.

Thanks,
--John
_______________________________________________
For list information, visit <http://jedsoft.org/slang/mailinglists.html>.


[2019 date index] [2019 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]