Fork me on GitHub

复制/etc目录下所有以p开头,以非数字结尾的文件或目录到/tmp/mytest1目录中

cp -r /etc/p*[a-Z] /tmp/mytest1

 

 

posted @ 2019-11-18 14:10  Alex-Lzy  阅读(523)  评论(0编辑  收藏  举报