解压缩命令:
$ xz -d ***.tar.xz $ tar -xvf ***.tar $ tar -zxvpf ***.tar.gz $ tar -jxvpf ***.tar.bz2
统计当前文件夹下的文件数量:
$ ls -lR| grep "^-" | wc -l