Linux常用指令

列出目錄內容:  ls 創建新目錄:  mkdir 目錄名稱 創建文件:touch 文件名稱 向文件寫入內容: echo thanks > hello.txt 查看文件內容: cat hello.txt 編輯文件: vi hello.txt 複製文件: cp hello.txt new.txt 複製目錄: cp -r  myproject  newproject 刪除文件: rm hello.tx
相關文章
相關標籤/搜索