| Did you know ... | Search Documentation: |
| shell.pl -- Elementary shell commands |
This library provides some basic (POSIX) shell commands defined in
Prolog, such as pwd and ls for situations where there is no shell
available or the shell output cannot be captured.
shellshell$SHELLposix_shell%comspec% (Windows only)
cd
cd(Dir)
pushd
pushd(+Dir)
popd
dirs
pwd
ls
ls(+Pattern)
mv(+From, +To) is det
rm(+File) is det
file_style(++File, =Style) is det[multifile]