赞
踩
目录结构如下,用于后续举例:
├── dir_test1
│ ├── a
│ ├── b
│ └── c
├── dir_test2
└── dir_test3
├── a_1
├── a_2
└── a_3
$ cp dir_test1/{a,b,c} dir_test2
$ cp dir_test3/a_[1-3] dir_test2
$ cp dir_test3/a_[1,3] dir_test2
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。