Windows 10 Powershell tree command, how to show files
Simply use tree /F
on any powershell instance to have the same behavior the normal tree
on UNIX has.
The tree
alone on Powershell shows only folders but not files in them.
Simply use tree /F
on any powershell instance to have the same behavior the normal tree
on UNIX has.
The tree
alone on Powershell shows only folders but not files in them.