Hi,
> Maybe, but that still required writing a script/code to filter that out
> which is the main issue for me.
Something like this?
find . -name "*.mxml" -exec tar -Pvrf code.tar {} +
find . -name "*.as" -exec tar -Pvrf code.tar {} +etc etc I'm currently traveling so don't have the bandwidth to download a 6Gb file. Thanks, Justin
