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