📜  仅 dos dir 文件名 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:52.561000             🧑  作者: Mango

代码示例1
# Windows - cmd specific

# syntax 
dir /s /b 

# example (to find any files/folders with names containing "hoto", like Photo)
dir /s /b *hoto*