2.4. Miscellaneous commands

:! [command]

Shell escape. If the command is omitted, run a shell.

:cd dir

Change the working directory of Hugs to dir. If dir begins with ~/, the ~ is replaced by your home directory.

:gc

Force a garbage collection.