回答編集履歴
1
表現修正
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
```powershell
|
2
|
+
|
3
|
+
#If(Select-String -Path $_ -Pattern "ABCD*" -Quiet){
|
2
4
|
|
3
5
|
if ((Import-Csv $_ | Where-Object { $_.2列目のヘッダー -match '^ABCD' }).Count -gt 0) {
|
4
6
|
|