- 666 名前:637 [2018/04/01(日) 01:28:26.15 ID:XTr+hbom.net]
- 再度
$list=Get-Content test.txt $text="てすと" foreach($line in $list){ if([string]::IsNullOrEmpty($line)){$line=$text} $str=$line.Substring($line.length-3) if($str -eq $text){ $newline=$str} else{ $newline=$line } $newline } if($str -ne $text){$text}
|

|