2 lines
105 B
PowerShell
2 lines
105 B
PowerShell
Get-ChildItem input.txt | Select-Object Name,Length
|
|
Get-ChildItem \input.txt | Select-Object Name,Length
|