"Shell like words"

shell
These 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.
Tektronix CTE %version: 5.18 % GNU LGPL
EXTENSIONS #ifdef PFE_HAVE_PID EXTENSIONS $PID

no special info, see general notes

shell loader code P4_FXco

EXTENSIONS $$

no special info, see general notes

shell loader code P4_xOLD

#endif #ifdef PFE_HAVE_UID EXTENSIONS $UID

no special info, see general notes

shell loader code P4_FXco

EXTENSIONS $EUID

no special info, see general notes

shell loader code P4_FXco

#endif #ifdef PFE_HAVE_GID
EXTENSIONS $GID

no special info, see general notes

shell loader code P4_FXco

#endif #ifdef PFE_HAVE_UMASK
EXTENSIONS UMASK

no special info, see general notes

shell loader code P4_FXco

#endif
EXTENSIONS $HOME

no special info, see general notes

shell loader code P4_FXco

EXTENSIONS $USER

no special info, see general notes

shell loader code P4_FXco

EXTENSIONS $CWD

no special info, see general notes

shell loader code P4_FXco

EXTENSIONS PWD

no special info, see general notes

shell loader code P4_FXco

* mimics a unix'ish shell-command - PARSEs one filename/dirname
EXTENSIONS RM

no special info, see general notes

shell loader code P4_SXco

EXTENSIONS TOUCH

no special info, see general notes

shell loader code P4_SXco

EXTENSIONS CHDIR

no special info, see general notes

shell loader code P4_FXco

EXTENSIONS CD

no special info, see general notes

shell loader code P4_xOLD

EXTENSIONS RMDIR

no special info, see general notes

shell loader code P4_SXco

EXTENSIONS MKDIR

no special info, see general notes

shell loader code P4_SXco

#ifdef PFE_HAVE_LINK
* mimics a unix'ish shell-command - PARSEs two filenames/dirnames
EXTENSIONS LN

no special info, see general notes

shell loader code P4_SXco

#endif
PFE_HAVE_LINK
#ifndef NO_SYSTEM
* will invoke a shell-command with the command and a two filenames
EXTENSIONS MV

no special info, see general notes

shell loader code P4_SXco

#endif #ifdef GOT_DIR
* mimics a unix'ish shell-command - PARSEs one filename/dirname
EXTENSIONS LL

no special info, see general notes

shell loader code P4_SXco

EXTENSIONS LS

no special info, see general notes

shell loader code P4_SXco

#endif
NO_SYSTEM
* mimics a unix'ish shell-command - PARSEs two filenames/dirname
EXTENSIONS CP

no special info, see general notes

shell loader code P4_SXco