Linux自學(一)

b10l07發表於2018-04-29

pwd:顯示當前shell會話目錄;

cd -dir:進入某個資料夾內;

cd  -pwd:切換到主目錄(任意位置);

ls -l -script:過濾器,獲取帶有script的檔案或資料夾

問號(?)代表一個字元 ls -l -scrip?

星號(*) 代表0個或多個字元 ls -l -scri*t

touch:建立空檔案

touch test_folder

touch -l test

pc :複製資料夾或檔案:cp 原始檔 目的資料夾

相關文章