1
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?

More than 1 year has passed since last update.

cdコマンド備忘ログ

Posted at

cdコマンド備忘録

[]かっこはつけない

普通に移動

相対パス、絶対パスどちらでも

cd [ディレクトリ]

ホームディレクトリ(ログイン時に表示されるディレクトリ)に移動

cd /

ルートディレクトリに移動

cd %homepath%

linuxだとcd ~(チルダ)

おまけ

cd ^と入力するとMore?と聞かれるのでディレクトリ名を入力すると移動できる
(^は英語でcaretというのですが、Googleで検索しても全くヒットしなかったです。)

1
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
1
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?