linux系统中如何从一个目录中同时复制多个文件

 

1、

[root@PC3 test]# ls
[root@PC3 test]# ls /home/sheep/
result.map  result.ped
[root@PC3 test]# cp /home/sheep/{result.map,result.ped} .
[root@PC3 test]# ls
result.map  result.ped

 

posted @ 2021-01-28 19:05  小鲨鱼2018  阅读(657)  评论(0编辑  收藏  举报