Linux 一個命令建立和刪除多個連續空文件

建立a, b, c文件shell

touch {a,b,c}

刪除:code

rm {a,b,c}

建立a-z文件class

touch {a..z}

刪除:touch

rm {a..z}
相關文章
相關標籤/搜索