Skip to content

Instantly share code, notes, and snippets.

@chenhuawei
Created December 16, 2017 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chenhuawei/42b9cd662dad3c5858b8a8fd5d5361a0 to your computer and use it in GitHub Desktop.
Save chenhuawei/42b9cd662dad3c5858b8a8fd5d5361a0 to your computer and use it in GitHub Desktop.
shell
#复制XML文件到resources目录并保持目标结构
find . -name '*.xml' -exec gcp --parents \{\} ../resources \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment