아무 단어나 입력하세요!

"dir" in Korean

dir (명령어)

Definition

'dir'은(는) 윈도우 명령 프롬프트에서 폴더 안의 파일과 폴더 목록을 보여주는 명령어입니다. 특정 폴더의 내용을 확인할 때 사용합니다.

Usage Notes (Korean)

'dir'은(는) Windows에서만 사용하며, Linux나 Mac에서는 'ls'를 사용합니다. 'dir /w', 'dir /p'와 같이 옵션을 붙여 쓸 수 있습니다. 일상 대화가 아닌 컴퓨터 관련 대화에서만 사용하세요.

Examples

Type dir to see all the files in this folder.

이 폴더에 있는 모든 파일을 보려면 **dir**을 입력하세요.

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

**dir** 명령어는 윈도우에서 디렉터리 내용을 보여줍니다.

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'를 사용하세요.