reference
Powershell でオブジェクトから文字列を取得しようとしていますが、うまくいきません。ここに私がしようとしているものがあります:
Select-String -Pattern "ro.product" -InputObject $output.Value
私も試しました:
Select-String -InputObject $output.Value -Pattern "ro.product"
$output.value
Android フォンのビルド プロパティのリストです。.getType()
関数を使用して、型が何であるか$output.value
、文字列であり$output
、reference
. 私はPowershellが初めてで、誰かがこれについて何らかの方向性を提供できることを望んでいます。私が見たすべての参照にはString-Select
関係がpipe-lining
あり、関数から設定$output
したため、機能していないようです (パイプライン)。
更新: ソース テキストの例
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=IMM76D
ro.build.display.id=N861V1.0.0B09
ro.build.version.incremental=20121128.160026.30230
ro.build.version.sdk=15
# etc ...