【PowerShell】cd|場所の移動
作成日:2025-05-12
更新日:2025-09-27

ドライブのルートへ移動
cd ¥1つ上のフォルダへ移動
cd ..目的の場所を指定して移動
cd .¥foldername補足|現在の場所を確認
get-locationget-location は gl でもいい
gl
2025-05-12
編集後記:
この記事の内容がベストではないかもしれません。
記事一覧
-

[PowerShell]Auto OpenBreathe between the launches. 【PowerShell】指定フォルダ内のファイルを一括オープンするスクリプト -

gl get-location 【PowerShell】get-location|現在地を確認 -

[PowerShell]Auto Renamein the folder. 【PowerShell】指定フォルダ内のファイル名を一括リネームするスクリプト -

copy-item$src -destination$dst -recurse 【PowerShell】copy-item|フォルダ•ファイルをコピーする -

[PowerShell]Exportfile list 【PowerShell】フォルダ内のファイル一覧を表示する|FolderBrowserDialog -

[PowerShell]Auto DiffHTML Output 【PowerShell】WinMergeでファイルを自動比較&HTMLレポート出力する