Read a specific line from a file: Difference between revisions

m
→‎{{header|Powershell}}: Correct spelling
(half-hearted GP and PARI solutions)
m (→‎{{header|Powershell}}: Correct spelling)
Line 802:
</lang>
 
=={{header|PowershellPowerShell}}==
{{works with|PowershellPowerShell|3.0}}
<lang Powershell>
$file = Get-Content c:\file.txt