[程式筆記-Command Line] Termianl終端機命令列常用指令

Command Line命令列 – 常用指令

Command Line命令列 – 檔案位置/清單/開啟/建立

  • pwd:列出檔案位置
  • ls : 列出目前資料夾中的所有未隱藏的檔案(files)&資料夾(folders)
  • ls -a:列出隱藏的檔案(lists all contents of a directory, including hidden files and directories)
  • ls -l :完整列出所有內容,用列表資訊的方式,檔名/擁有者權限/檔案大小(lists all contents in long format)
  • ls -t:按照時間順序列出檔案,從最新到最舊
  • ls -alt:上面三個命令列同時使用
(閱讀全文…)

Continue Reading[程式筆記-Command Line] Termianl終端機命令列常用指令