linux删除当前目录下以xxx开头的文件夹

2000阅读 0评论2014-05-22 tkchks
分类:LINUX

删除/tmp目录下以hello开头的文件夹
cd /tmp
rm -r hello*
上一篇:jboss 6.1 配置、部署war、启停
下一篇:mysql: select all items from table A if not exist in table B