ayi <p>Comment list folders <em>and files</em> using the PowerShell <code>tree</code> command? Est-il possible de color format the output for distinct files and folders?</p>
ayi_2 <p>Simply use <code>tree /F</code> on any powershell instance to have the same behavior the normal <code>tree</code> on UNIX has.</p> <p>The <code>tree</code> alone on Powershell shows only folders but not files in them.</p>