Linux基本命令

1.文件管理之:創建/複製/移動/刪除 創建 文件 touch touch file1.txt //無則創建,有則修改時間 touch file3 file4 touch /home/file10.txt touch /home/file5 file6 touch /home/{abc,def} touch file{1..20} touch file{a..c} touch gao{a,b,c}
相關文章
相關標籤/搜索