PowerShell - File and Directory Operations
Given a file
Line1
Line2
Line3
What will the command
data.txt with these lines:Line1
Line2
Line3
What will the command
Get-Content data.txt | Select-Object -Last 1 output?