Using LINUX commands in App Inventor. Extension

20.- gunzip ::: gzip

gzip: zip and unzip
gunzip: unzip

gzip --help
gzip -k -c /mnt/sdcard/AppInventor/assets/numeros.txt > /mnt/sdcard/the_numeros.txt.gz

gzip -d -c /mnt/sdcard/the_numeros.txt.gz > /mnt/sdcard/los_numeros.txt


shell_gzip.aia (11.0 KB)

3 Likes