Computer Science, asked by Shihgeo, 18 days ago

What is Powershell equivalent of "ls -ltr"?

Answers

Answered by Alyc
1

Answer:

dir

Explanation:

An equivalent power shell command for "ls" is "dir". The path works like a tree that is important for navigating around the directories and not necessarily immediately above or below the current line

Similar questions