아무 단어나 입력하세요!

"dir" in Japanese

dir(コマンド)

Definition

「dir」はWindowsのコマンドプロンプトで使われるコマンドで、フォルダー内のファイルやフォルダーを一覧で表示します。特定のフォルダーの中身を確認したいときによく使われます。

Usage Notes (Japanese)

「dir」はWindows専用で、LinuxやMacでは「ls」を使います。「dir /w」や「dir /p」などのオプションと併用されることもあります。日常会話では使われず、ITやパソコン操作でのみ使います。

Examples

Type dir to see all the files in this folder.

このフォルダー内のファイルをすべて見るには、**dir**と入力してください。

The dir command lists the contents of a directory in Windows.

**dir**コマンドはWindowsでディレクトリの中身を一覧表示します。

To check if your file is there, just use dir.

ファイルがあるか確認するには、**dir**を使うだけです。

I couldn't remember the file name, so I ran dir to look through the list.

ファイル名が思い出せなかったので、リストを見るために**dir**を実行しました。

You can add options to dir like '/p' to make the list easier to read.

リストを見やすくするために、**dir**に「/p」などのオプションをつけられます。

If you're using Linux, remember dir won't work—try 'ls' instead.

Linuxを使っている場合、**dir**は使えないので、代わりに「ls」を使いましょう。