powershell: how to evaluate a string read from a file

后端 未结 3 743
南旧
南旧 2020-12-31 01:17

file a.txt is:

delete from test_$suffix

$a=get-content a.txt

$suffix=\"tableA\"

how to manipulate the variab

3条回答
提交回复
热议问题