# How to Use ```bash for archive in en.tar.gz zh.tar.gz chengdu.tar.gz gd.tar.gz tianjin.tar.gz; do tar -xzf "$archive"; done ```