ubuntu tar all .log dan .txt

find . -regextype posix-extended -iregex '.*\.(log|txt)' -print0 | xargs -0 tar zcf $file
Duck Null