rsync to copy all obect files
2019-03-11


rsync -atv --exclude='.git' --include='*/' --include='*.o' --exclude='*' src dist
'*.' matches sub directories, '*.o' matches all object files, and '*' to ignore the rest.
[memo]
[network]

コメント(全0件)
コメントをする


記事を書く
powered by ASAHIネット