Skip to content

Instantly share code, notes, and snippets.

@TakamiChie
Created January 7, 2021 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakamiChie/59a91f124b31d0b013b38116a2bd675a to your computer and use it in GitHub Desktop.
Save TakamiChie/59a91f124b31d0b013b38116a2bd675a to your computer and use it in GitHub Desktop.
カレントフォルダに1~12月のフォルダを作成する
# プロンプトにコピペする
foreach($n in 1..12){New-Item "${n}月" -ItemType Directory}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment