PowerShell|cd で場所の移動
作成日:2025-05-12
更新日:2025-05-12

ドライブのルートへ移動
cd ¥
1つ上のフォルダへ移動
cd ..
目的の場所を指定して移動
cd .¥foldername
補足|現在の場所を確認
get-location
get-location は gl でもいい
gl
2025-05-12
編集後記:
この記事の内容がベストではないかもしれません。
記事一覧
-
mimove-item(rename) PowerShell|move-itemでリネーム -
gl get-location PowerShell|get-locationで現在地を確認 -
mimove-item PowerShell|move-itemで移動 -
select -expand name PowerShell|gci -file でファイル名の一覧 -
copy-item$src -destination$dst -recurse PowerShell|copy-item でフォルダ•ファイルをコピーする -
quickaccesstool bar PowerShell|フォルダからクイックアクセスする