Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

PowerShell上でファイルも含めた階層表示

powershellのtreeはなぜかディレクトリしか出さない

実際のところ

以下のコマンドでファイルでる

$ tree . /F

参考もと

Windows 10 Powershell tree command, how to show files - Super User