[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tar 居然无法同时解开多个 tarball



可以用xargs组合

ls *.tar.gz | xargs -n 1 tar xzf

2010/8/5 User <resation@gmail.com>


假如当前目录下有许多 ".tar.gz" 文件,执行 "tar zxf *.tar.gz" 会报错。
难道需要一个一个地解开那些东西?



--
To UNSUBSCRIBE, email to debian-chinese-gb-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 20100805112216.GC2785@localhost.localdomain" target="_blank">http://lists.debian.org/[🔎] 20100805112216.GC2785@localhost.localdomain




--
Qin Li

Reply to: