Receive-Job -Name updater >>C:\Users\d3\Documents\Batch\path\doc1.txt
clear-content "C:\Users\d3\Documents\Batch\path\doc1.txt"
作业中的上述代码可能会更新 doc1 中的多行。如果 doc1 得到更新,我需要检索更新的条目。
if(doc1 gets updated)
{
get the updated entries alone in a variable
}