我编写了以下代码将csv转换为小写.
(Get-Content "$file" -Raw).ToLower() | Out-File "$outfile"
但得到错误就像:
Get-Content : A parameter cannot be found that matches parameter name 'Raw'.
powershell lowercase
lowercase ×1
powershell ×1