shell |
"Shell like words"shellThese builtin words are modelled after common shell commands, so that the Portable Forth Environment can often be put in the place of a normal OS shell.
#ifdef PFE_HAVE_PID
shell ordinary primitive EXTENSIONS $$ no special info, see general notes shell loader code P4_xOLD #endif
#ifdef PFE_HAVE_UID
shell ordinary primitive
shell ordinary primitive #endif
#ifdef PFE_HAVE_GID
shell ordinary primitive #endif
#ifdef PFE_HAVE_UMASK
shell ordinary primitive #endif
shell ordinary primitive
shell ordinary primitive
shell ordinary primitive
shell ordinary primitive
EXTENSIONS RM no special info, see general notes shell compiling primitive EXTENSIONS TOUCH no special info, see general notes shell compiling primitive
shell ordinary primitive EXTENSIONS CD no special info, see general notes shell loader code P4_xOLD EXTENSIONS RMDIR no special info, see general notes shell compiling primitive EXTENSIONS MKDIR no special info, see general notes shell compiling primitive #ifdef PFE_HAVE_LINK
EXTENSIONS LN no special info, see general notes shell compiling primitive #endif
#ifndef NO_SYSTEM
EXTENSIONS MV no special info, see general notes shell compiling primitive #endif
#ifdef GOT_DIR
EXTENSIONS LL no special info, see general notes shell compiling primitive EXTENSIONS LS no special info, see general notes shell compiling primitive #endif
EXTENSIONS CP no special info, see general notes shell compiling primitive |