Windows 10 Powershell tree commande, comment show fichiers
Windows 10 Powershell tree commande, comment show fichiers
Comment list folders *and files* using the PowerShell `tree` command? Est-il possible de color format the output for distinct files and folders?
Re: Windows 10 Powershell tree commande, comment show fichiers
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.
The `tree` alone on Powershell shows only folders but not files in them.