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