永发信息网

PowerShell里,显示文件或文件夹的命令是什么

答案:2  悬赏:0  手机版
解决时间 2021-03-20 08:40
  • 提问者网友:半生酒醒
  • 2021-03-20 03:54
PowerShell里,显示文件或文件夹的命令是什么
最佳答案
  • 五星知识达人网友:轻雾山林
  • 2021-03-20 05:01
以下三种都是Get-ChildItem的别名。
dir gci ls

dir -> Get-ChildItem
gci -> Get-ChildItem
ls -> Get-ChildItem
全部回答
  • 1楼网友:北方的南先生
  • 2021-03-20 05:53
# 目录存在 test-path $path -pathtype container [system.io.directory]::exists($path) # 文件存在 test-path $path -pathtype leaf [system.io.file]::exists($path)
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯