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