LoginSignup
2
0

More than 1 year has passed since last update.

UNIXのコマンドまとめ③

Last updated at Posted at 2022-12-24

引き続きUnixについてなんとなく書いていこうと思います。

第3回は、絶対パスと相対パスのコマンドについて書いていきます。


コマンド

  • pwd:現在のディレクトリを表示
  • cd (目的ディレクトリのフルパス):目的のディレクトリへ移動。フルパスは絶対パスのこと。
    • 例:cd /Users/(ユーザ名)/Desktop/フォルダ名
  • cd ~またはcd:ホームディレクトリに戻る
  • cd /(ディレクトリ名)またはcd (ディレクトリ名):現在のディレクトリからすぐ下のディレクトリに移動

ポイント

  • tabキーでコマンドの補完ができる
  • 補完候補が複数ある場合は1回tabキーを押しただけでは補完されないが、2回tabキーを押すと補完候補が一覧で確認できる。

以上

参考 :
https://dotinstall.com/lessons/basic_unix_v3/55304
https://dotinstall.com/lessons/basic_unix_v3/55305

2
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
2
0