[ss@ss ss]$ for file in *.tar.bz2;do
> tar -jxvf file
> done
tar (child): file: Cannot open: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
tar (child): file: Cannot open: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
最初由 sschenri 发表 [ss@ss ss]$ for file in *.tar.bz2;do
> tar -jxvf $file
> done
tar (child): file: Cannot open: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
tar (child): file: Cannot open: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors