Erlang命令行提示符汇总

b()        -- display all variable bindings

显示所有的绑定的变量

e(N)       -- repeat the expression in query <N>

f()        -- forget all variable bindings

忘记所有已绑定的变量

f(X)       -- forget the binding of variable X

忘记变量X的绑定

h()        -- history

显示历史

history(N) -- set how many previous commands to keep

设置保留N条之前的历史 控制h()的显示数量

results(N) -- set how many previous command results to keep

catch_exception(B) -- how exceptions are handled

v(N)       -- use the value of query <N>

rd(R,D)    -- define a record

rf()       -- remove all record information

移除所有的记录信息

rf(R)      -- remove record information about R

移除R的记录信息

rl()       -- display all record information

显示所有的记录信息

rl(R)      -- display record information about R

显示R的记录信息

rp(Term)   -- display Term using the shell‘s record information

rr(File)   -- read record information from File (wildcards allowed)

rr(F,R)    -- read selected record information from file(s)

rr(F,R,O)  -- read selected record information with options

** commands in module c **

bt(Pid)    -- stack backtrace for a process

c(File)    -- compile and load code in <File>

编译和加载文件,最新的建议使用erlc

cd(Dir)    -- change working directory

改变工作目录

flush()    -- flush any messages sent to the shell

help()     -- help info

帮助信息

i()        -- information about the system

显示系统的信息

ni()       -- information about the networked system

显示系统的网络信息

i(X,Y,Z)   -- information about pid <X,Y,Z>

关于pid<X,Y,Z>的信息

l(Module)  -- load or reload module

加载或重新载入模块

lc([File]) -- compile a list of Erlang modules

ls()       -- list files in the current directory

列出当前目录

ls(Dir)    -- list files in directory <Dir>

m()        -- which modules are loaded

查看已经载入的模块

m(Mod)     -- information about module <Mod>

显示模块Mod的信息

memory()   -- memory allocation information

已分配的内存信息

memory(T)  -- memory allocation information of type <T>

nc(File)   -- compile and load code in <File> on all nodes

nl(Module) -- load module on all nodes

pid(X,Y,Z) -- convert X,Y,Z to a Pid

pwd()      -- print working directory

打印当前目录

q()        -- quit - shorthand for init:stop()

退出.init:stop()的快捷方式

regs()     -- information about registered processes

显示所有已注册的进程

nregs()    -- information about all registered processes

uptime()   -- print node uptime

xm(M)      -- cross reference check a module

y(File)    -- generate a Yecc parser

** commands in module i (interpreter interface) **

ih()       -- print help for the i module

打印i模块的帮助信息

时间: 2024-11-10 10:39:20

Erlang命令行提示符汇总的相关文章

[转]Windows中的命令行提示符里的Start命令执行路径包含空格时的问题

转自:http://www.x2009.net/articles/windows-command-line-prompt-start-path-space.html 当使用Windows 中的命令行提示符执行这段指令时(测试Start命令执行带空格的路径的程序或文件问题),第一行Start会成功执行,跳出记事本程序,而第二行,会 Start跳出一个新的命令提示符,标题上写着路径,但是不会执行任何命令,第三行Start命令行提示符会提示C:\Program文件不存在,提示无 法执行. start

定制bash命令行提示符

Bash中内置了PS1/PS2/PS3/PS4及PROMPT_COMMAND共5个变量,其中PS1用于命令行提示符. 默认为 [[email protected] lxh]# echo $PS1[\[email protected]\h \W]\$ 可对其设置自定义颜色及显示样式. export PS1='\[\e[0;32m\][\[email protected]\h \w \$]\[\e[m\]' 其中\033可用\e替换,二者效果一样 export PS1='\[\033[01;32m\

Linux命令行提示符设置

我们使用Linux系统时接触最多的是它的命令行窗口,很多时候我们都需要在命令行上输入命令,在输入的命令前都会有提示符,一般系统默认的提示符形式是:[[email protected] 工作目录]$. 其实,我们可以为自己订制个性化的命令行提示符,Linux系统提示符是用系统变量PS1来定义的,只要按规则修改PS1系统变量的值随意修改命令行提示符. 通过命令echo $PS1查看PS1的值,即PS1="[\[email protected]\h: \w \t]\$ ".修改PS1的值后,

.bat批处理脚本让cmd命令行提示符cd到工作目录 (转)

打开cmd,检查命令行提示符所在的默认位置(目录),进入该目录用notepad++创建一个文件,输入 @echo offrem 这个符号表示该行是注释.rem 进入f盘,需要先切换盘符,成功后才能进入该盘下的目录f:cd \myworkspace\echo Job is done 然后保存文件,命名为 gtd.bat 直接变成了可执行的批处理脚本. 然后在cmd的命令行提示下执行该脚本(如下): gtd.bat 命令行提示符于是就进入目录f:/myworkspace/ 来自: http://ww

Fedora 27 命令行提示符修改

在Fedora 27中要修改命令行提示符,可以编辑文件/etc/bashrc # /etc/bashrc # System wide functions and aliases # Environment stuff goes in /etc/profile # It's NOT a good idea to change this file unless you know what you # are doing. It's much better to create a custom.sh

Linux终端护眼颜色和命令行提示符设置

终端护眼颜色设置: 背景颜色:#73989C  (宝蓝色) 文本颜色:#092833 命令行提示符设置: # vim ~/.bashrc 末尾加一行: PS1='[\[\e[32m\]\[email protected]\h\[\e[m\]: \[\e[36m\]\W\[\e[m\]]\$ ' 效果: PS1的常用参数以及含义: \d :代表日期,格式为weekday month date,例如:"Mon Aug 1" \H :完整的主机名称 \h :仅取主机名中的第一个名字 \t :

个性定制你的 Git 命令行提示符

1, 让BASH 命令行显示当前支线 以及 显示提交状态 并且使用不同颜色高亮区分 效果图: 进入到git的工作目录后,显示当前所在支线名称 如果有已跟踪 未暂存的版本,那么使用红色* 提示 如果有已跟踪 未提交的版本,那么使用**** 提示 切换到其他支线后 提示符能打印当前支线名称 切换到非Git工作目录后,不影响其他操作. 定制原理:主要就是修改 PS1 变量(如果不知道PS1是什么,那么请先了解). 修改bashrc  不管是全局的,还是当前用户的 function get_git_br

在 Android studio 中 配置Gradle 做到 “根据命令行提示符生成指定versionCode, versionName,指定apk的打包输出路径”

需求: 1. 使用 Android studio ,使用 gradle 进行构建 2. 在实际开发中,我们需要使用jenkins进行打包.就需要配置我们的 gradle 脚本以支持参数化的方式. 3. 想获得一个可配置打包脚本的方法,允许 配置人员根据需要修改 服务器地址,versionCode, versionName 等 4. 隔离的源代码的配置,使用者在 jenkins里进行配置. 概述: 先展示我配置好的 参数,可以在命令提示行下执行,如下: gradle assembleBeta -P

批处理第三方命令行工具汇总(转)

名称 版本 功能简介 下载地址 BatProject.exe 0.5 批处理编辑器 http://www.bathome.net/thread-7186-1-1.html CWnd.exe N/A 窗口.句柄.进程操作 http://www.bathome.net/thread-5778-1-1.html Sum.exe N/A MD5.CRC.BASE64.SHA1加密字符串 http://www.bathome.net/thread-5954-1-1.html TimeBack.exe 1.