git-bash批量打开文档
git-bash批量打开文档
1
find ./ -maxdepth
2
-name
"*.doc"
-exec cmd //c
'{}'
\;