摘要: PowerShell - Pipelines Pipeline A series of commands connected by pipeline operators (|) Output of Preceding command becomes input of next command Obj 阅读全文
posted @ 2022-01-05 10:49 晨风_Eric 阅读(38) 评论(0) 推荐(0) 编辑
摘要: PowerShell - Operators # arithmetic operators (+, -, *, /, %) [int] $1stnumber = Read-host "Enter 1st number " [int] $2ndnumber = Read-host "Enter 2nd 阅读全文
posted @ 2022-01-05 09:57 晨风_Eric 阅读(32) 评论(0) 推荐(0) 编辑