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


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

unzip
Извлечь файлы из zip-архива

Симлинк на: ziptool

Тип файла: команда
  Рус  
usage:  unzip [-d DIR] [-lnopqv] ZIP [FILE...] [-x FILE...]


Extract FILEs from ZIP archive. Default is all files. Both the include and
exclude (-x) lists use shell glob patterns.

  • -d DIR Extract into DIR

  • -j Junk (ignore) file paths

  • -l List contents (-lq excludes archive name, -lv is verbose)

  • -n Never overwrite files (default: prompt)

  • -o Always overwrite files

  • -p Pipe to stdout

  • -q Quiet

  • -t Test compressed data (do not extract)

  • -v List contents verbosely

  • -x FILE Exclude files
  •