How to uncar car/sar files in a single shot on Unix
Posted by
Admin at
|
Share this post:
|
0 Comments
$ for i in *.SAR; do SAPCAR -xvf $ i; done
Keyword: BASIS
Title : How to uncar car/sar files in a single shot on Unix