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


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

tar
Создать/распаковать архивы

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

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


Create, extract, or list files in a .tar (or compressed t?z) file.

Options:
c  Create
x  Extract
t  Test (list)
f  tar FILE (default -)
C  Change to DIR first
v  Verbose display
o  Ignore owner
h  Follow symlinks
m  Ignore mtime
J  xz compression
j  bzip2 compression
z  gzip compression
O  Extract to stdout
X  exclude names in FILE
T  include names in FILE

  • --exclude FILENAME to exclude --full-time Show seconds with -tv

  • --mode MODE Adjust modes --mtime TIME Override timestamps

  • --owner NAME Set file owner to NAME --group NAME Set file group to NAME

  • --sparse Record sparse files

  • --restrict All archive contents must extract under one subdirectory

  • --numeric-owner Save/use/display uid and gid, not user/group name

  • --no-recursion Don't store directory contents

  • -I PROG Filter through PROG to compress or PROG -d to decompress
  • [ ToyBox ]     [ ManLinux ]