command line

Command Line Basics

Command Line Basics 基本操作

mac下終端機的基本操作指令

  • ls –>可看所有的內容
  • cd空格 資料夾名稱 –>表進入某資料夾
  • ~ –>表示最上層根目錄
  • cd空格 .. –>直接回到最上層根目錄
  • mkdir空格 資料夾 –>新增資料夾
  • touch空格 index.html檔名 –>新增檔案
  • rm空格 index.html檔名 –>移動檔案
  • rm空格 -rf空格 test/ –>刪除一整個資料夾 (test是資料名稱)
  • command+上方向鍵 –>切換最近輸入的指令
  • mv空格 index.html yo.test test/ –> 移動index.html及yo.test 到test資料夾
  • mv空格 yo.html hey.html –>重新命名yo.html成hey.html
  • cp空格 hello.html test/ –> 複製hello.html到test資料夾

 

command line basic影片教學

© 2024 胡同筆記 | WordPress Theme: Cosimo by CrestaProject.