jetsung Windows 平台下的 PowerShell 与 Linux 平台的 Shell 脚本命令对比 说明命令别名参数示例 删除rm-rfrm -rf my-dir Remove-Itemri, rm, rmdir, del, erase, rd-Recurse -ForceRemove-Item -Recurse -Force my-dir 创建文件touchtouch my-file.txt New-ItemniNew-Item -Path ".\my-file.txt" -ItemType File,ni my-file.txt 查看端口占用netstat-tunlpnetstat -tunlp | grep 80 netstat-anonetstat -ano | findstr "LISTENING"