前スレ
【最強CUI】PowerShell -Part 2
http://mevius.5ch.net/test/read.cgi/tech/1480109402/
PowerShell -Part 3
■ このスレッドは過去ログ倉庫に格納されています
2018/10/09(火) 17:46:48.32ID:G4IJkzod
479デフォルトの名無しさん
2018/12/31(月) 10:17:55.48ID:4o6gq25f Get-Chlditem の -System オプションて機能してなくね? 5.1と6.1で検証した
https://docs.microsoft.com/ja-jp/powershell/module/Microsoft.PowerShell.Management/Get-ChildItem?view=powershell-6
https://docs.microsoft.com/ja-jp/powershell/module/Microsoft.PowerShell.Management/Get-ChildItem?view=powershell-6
480デフォルトの名無しさん
2018/12/31(月) 10:51:50.10ID:4o6gq25f 使えないのでこんな風にしてる
gci -force |?{$_.Mode -match 's'}
gci -force |?{$_.Mode -match 's'}
■ このスレッドは過去ログ倉庫に格納されています
