+1 vote
in PowerShell by

What is the command to list the files and folders in the directory?

Select the correct answer from below options: 

a) Get-Childitem

b) List-Item

c) Get-item

d) Get-Member

1 Answer

0 votes
by

Correct answer of above question is -a) Get-Childitem

Get-Childitem is the command to list the files and folders in the directory

Related questions

0 votes
asked Jun 17, 2019 in IONIC by rajeshsharma
+1 vote
asked Jan 17, 2022 in PowerShell by rajeshsharma
...