This module enables users to enter the short form of some commonly used commands.
These functions are intended for interactive use in the Erlang shell only. The module prefix can be omitted.
Stack backtrace for a process. Equivalent to
Compiles and then purges and loads the code for a module.
If
The source file is compiled with the the original
options appended to the given
Notice that purging the code means that any processes
lingering in old code for the module are killed without
warning. For more information, see
Changes working directory to
Example:
2> cd("../erlang"). /home/ron/erlang
Search
Flushes any messages sent to the shell.
Displays help information: all valid shell internal commands, and commands in this module.
Displays information about a process, Equivalent to
Purges and loads, or reloads, a module by calling
Notice that purging the code means that any processes
lingering in old code for the module are killed without
warning. For more information, see
Compiles a list of files by calling
For information about
Reloads all currently loaded modules that have changed on disk (see
Lists files in the current directory.
Lists files in directory
Displays information about the loaded modules, including the files from which they have been loaded.
Displays information about
Lists all modified modules. Shorthand for
Memory allocation information. Equivalent to
Memory allocation information. Equivalent to
Compiles and then loads the code for a file on all nodes.
compile:file(File , Options ++ [report_errors, report_warnings])
Loads
Converts
Prints the name of the working directory.
This function is shorthand for
Prints the node uptime (as specified by
Finds undefined functions, unused functions,
and calls to deprecated functions in a module by calling
Generates an LALR-1 parser. Equivalent to:
yecc:file(File)
For information about
Generates an LALR-1 parser. Equivalent to:
yecc:file(File, Options)
For information about