0
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 3 years have passed since last update.

よく使うシェルコマンド

Posted at

シェル基礎知識

よく使うコマンド

cat

ファイルの中身を参照する。

mv

ファイルを移動させる。

history

コマンドの履歴を一覧として出力する。

^^ ■ ^ ●

■を●に変換する。

!pwd

今のディレクトリパスを表示する。

!!

ひとつ前のコマンドを実行する。

!$

一つ前の行の最終タブを選択する。

ls-l

ディレクトリの権限とユーザーを表示する。

その他の基礎知識

tab

tabを押下することで、文字の入力を省略できる。

bash

コマンドを実行する。

-ltr

昇順に一覧表示する。

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