Hi
Mit welchem Befehl entpacke ich 3000 zips in selben verzeichnis ?
mehrere zips entpacken (3000)
mehrere zips entpacken (3000)
Use Linux
Mit
wenn du unzip nicht hast:
/edit: oder gibt es ein Problem weil es so viele sind?
Code: Alles auswählen
unzip "*.zip"
Code: Alles auswählen
apt-get install unzip
Quasi genauso!
cp *.ttf /in/welches/verzeichnis/auch/immer
cp *.ttf /in/welches/verzeichnis/auch/immer
Cheers, Maikel
------------
BGLUG
------------
Linus Torvalds:
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it
"
------------
BGLUG
------------
Linus Torvalds:
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it

Hättest auch gleich:
unzip *.zip /ins/neue/verzeichnis
machen können
unzip *.zip /ins/neue/verzeichnis
machen können
Cheers, Maikel
------------
BGLUG
------------
Linus Torvalds:
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it
"
------------
BGLUG
------------
Linus Torvalds:
"Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it
