Skip to content

tomoda806/server_lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • ls
    • ディレクトリ内のディレクトリやファイルを一覧表示する。
  • ディレクトリ移動
    • pwd
      • 現在のワーキングディレクトリがどこか出力する。
    • cd
      • ワーキングディレクトリを変更する。
  • フォルダ・ファイル作成
    • mkdir
      • ディレクトリを作成する。
    • touch
      • ファイルを作成する。
    • &&
      • AND演算子。左辺の実行が成功すれば右辺を実行する。
    • cp
      • ファイルかディレクトリのコピー。ディレクトリの場合は'-r'を指定する。
    • mv
      • ファイルやディレクトリの移動を行う
    • rm
      • ファイルやディレクトリの削除を行う
      • ※ '-f'は'/'配下で絶対に実行しない
      • 左辺の実行結果を右辺の指定ファイルに書き込む
      • 左辺の実行結果を右辺の指定ファイルの末尾に書き込む
    • cat
      • 指定したファイルの内容をターミナル上に出力する
  • vim
    • ターミナル上で即時起動できるエディタ
      • ノーマルモード:'escキー'で編集不可。
      • インサートモード:'i'で編集モード。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published