unzip mit wildcards

JoelH

JoelH

I love Ruby
vielleicht bin ich einfach blöd aber
unzip *.zip geht nicht da kommt dann =>
caution: filename not matched: sicdwgpg.zip
caution: filename not matched: sichm-pg.zip
caution: filename not matched: sidrg-pg.zip
caution: filename not matched: sigp-pg.zip
caution: filename not matched: sipelpg1.zip
caution: filename not matched: sipelpg2.zip

aber auch
geht nicht aber ich versteh nicht warum :(
wie kann ich die ganzen Files auf einmal unzippen, sind an die 200 , das mit der Hand zu machen ist ein wenig viel :(
 
find

find . -name '*.zip' -exec /usr/bin/unzip -v {} \;
 

Ähnliche Themen

[Gelöst] Suchen und ersetzen mit Hilfe mehrerer Parameter

CentOS 6 mit Parallels Plesk Panel 11 (64 Bit)

Problem mit Apache2 + MySQL Server

Shell Script mit Menu

/dev/sdb1 has been mounted 22 times without being checked

Zurück
Oben