0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

なんか便利なコマンド・スクリプトまとめ

Posted at

一回使ったことあるけどどんなコマンドだっけ、、、
と、もう一度検索することが多々あるので、一度利用して便利だったコマンドやスクリプトを残していきます。
完全に個人用

PowerShell

ファイル関連

ファイル一覧取得

フォルダ内のファイル一覧を再帰的に取得

Get-ChildItem -Recurse -File | %{$_.FullName}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?