Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Haskell 的新手。
我正在使用ghci. 我知道我可以使用命令在目录中移动:cd <dir>。但我找不到列出目录中文件的命令(比如 Unixls或 Microsoft dir)。
ghci
:cd <dir>
ls
dir
是否可以在 GHCI 中做到这一点?
谢谢
您可以调用 bash 命令:!ls。
:!ls
tab您可以在某些命令后按下,例如:load列出工作目录中的文件。
tab
:load
:显示路径
type :?在 GHCI 中寻求帮助;在底部,有一个Commands for displaying information标题
type :?
Commands for displaying information