Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

gunzip
Разпаковать архив Gzip/gunzip/zcat

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  gunzip [-cfk] [FILE...]


Decompress files. With no files, decompresses stdin to stdout.
On success, the input files are removed and replaced by new
files without the .gz suffix.

  • -c Output to stdout (act as zcat)

  • -f Force: allow read from tty

  • -k Keep input files (default is to remove)
  • [ ToyBox ]