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