filecap_ziprar.sh 262 B

12345678
  1. (cat<<EOF ;cat /sdcard/uweb/default.filecap)|awk -F: '!s[$1]++'>a.tmp;mv a.tmp /sdcard/uweb/default.filecap
  2. zip:text/plain:curl -r -1024 -s "%u">tmp.zip;unzip -l tmp.zip
  3. rar:text/plain:curl -r 0-1024 -s "%u">tmp.rar;unrar l tmp.rar
  4. EOF
  5. apt install unzip unrar