Mailinglist Archive: opensuse (3397 mails)
| < Previous | Next > |
Re: [SLE] decompress iso in dir
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Mon, 4 Apr 2005 21:49:51 +0200
- Message-id: <200504042149.51948.andjoh@xxxxxxxxxx>
On Saturday 02 April 2005 13:25, Laurent Renard wrote:
> How could i "decompress" iso files to a dir ?
> I don't want to mount them but extract the content into a dir ...
You don't want to mount them? Why not?
Do you also want to unzip files without using unzip?
mount -o loop /isofile /mnt
cp -a /mnt/* /dir
> How could i "decompress" iso files to a dir ?
> I don't want to mount them but extract the content into a dir ...
You don't want to mount them? Why not?
Do you also want to unzip files without using unzip?
mount -o loop /isofile /mnt
cp -a /mnt/* /dir
| < Previous | Next > |