16 Apr
2013
16 Apr
'13
19:38
El 16/04/13 16:07, Carlos E. R. escribió:
instead of adapting zgrep. All are scripts. This is a mess.
zgrep already supports xz .. [snippet from the source..] case $i in *.bz2) uncompress=bzip2 ;; ▷⋅*.xz) uncompress=xz ;; *.lzma) uncompress=lzma ;; *) uncompress=gzip ;; gzip_status=$( exec 5>&1 ($uncompress .... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org