回答編集履歴

1

表現修正

2021/02/22 02:47

投稿

Y.H.
Y.H.

スコア7914

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