星期五, 5月 28, 2021

【Windows Command 教學】"DIR" 指令如何使用?

dir command

前言:

可能你會覺得 dir指令還需要學嗎?
但其實我們可以用 DIR來列出目錄清單並輸出,記錄一下簡單操作技巧。 

說明:

顯示檔案清單以列出目錄中的檔案及子目錄。

參數:

( 更多參數可使用 cmd 的 help查詢,或到 👉 Microsoft Docs )

下圖為 DIR參數

dir 參數

📌使用範例:

範例 1.顯示所有目錄及檔案清單

首先使用【WIN Key】+【R】> 開啟命令提示字元 CMD

顯示 d:\IT324_Blog 下目錄及檔案清單

> dir d:\IT324_Blog

dir-command-sample1

範例 2.使用參數 /b 不顯示標頭資訊和摘要

 > dir /b d:\IT324_Blog

dir-command-sample2

範例 3.再增加參數 /ad 只顯示目錄不顯示檔案

>  dir /b /ad d:\IT324_Blog

dir-command-sample3

範例 4.列出完整路徑我們可以再增加參數 /s

>  dir /b /ad /s d:\IT324_Blog

dir-command-sample4

範例 5.將需要的目錄清單輸出至文字檔

>  dir /b /ad /s d:\IT324_Blog > c:\temp2\Folders-list.txt

dir-command-sample5

▼參考資料:

👉 更多dir 使用範例參考 > Microsoft Docs

▼延伸閱讀:

👉 【Windows Command 教學】"echo" 指令如何使用?

👉 產生樹狀目錄結構圖超簡單, Windows Command 「tree」指令來執行

👉  forfiles Command 教學 | 教你使用forfiles 尋找及刪除過期的檔案

👉 使用Windows內建的Robocopy指令讓你快速備份和同步資料!

沒有留言:

張貼留言