LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   disk to linux? (https://www.linuxquestions.org/questions/linux-software-2/disk-to-linux-122099/)

Aktionman 12-02-2003 07:01 PM

disk to linux?
 
how do i take .zip files off a floppy and extract them to linux. specifically windmodem drivers?

i am having to dl them at work and transport them home via floppy, since my modem isn't working at home.

Tinkster 12-02-2003 07:17 PM

cp /<floppies>/<mountpoint>/<zipfile> /tmp/.
cd /tmp
unzip <zipfile>
?



Cheers,
Tink


All times are GMT -5. The time now is 09:36 AM.