列出环境变量Path $env:Path 列出文件树,包含文件 tree -F 列出最大的10个文件 gci . -r | sort Length -desc | select fullname -f 10