Skip to content

Instantly share code, notes, and snippets.

@taogawa
Last active January 12, 2021 04:10
Show Gist options
  • Save taogawa/aa0f794d9056c76e0445 to your computer and use it in GitHub Desktop.
Save taogawa/aa0f794d9056c76e0445 to your computer and use it in GitHub Desktop.
PowerShellでよく使うワンライナー
# カレントディレクトリの配下のファイル一覧をサブディレクトリも含めテキストに出力する
$ Get-ChildItem -Recurse | Out-file -filepath out.txt -width 999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment