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}
相关文章
相关标签/搜索