如何使用命令提示符 (cmd) 列出 windows 中的文件。我试过在 Linux 中使用“ ls ”,但它显示错误?

How to list files in windows using command prompt (cmd). I've tried using ' ls ' as in Linux but it shows an error?

当我尝试在 Windows 命令提示符下使用列表 ls 时,系统无法识别它。我已经在路径中添加了 C:\Windows\System32

使用命令dir列出目录下的所有目录和文件; ls 是一个 unix 命令。