Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect output of UNZIP

Status
Not open for further replies.

barryp

Programmer
Jan 30, 2002
48
GB
I have a shell script which uses

'unzip -t file'
I then test the result to see if the file is a good ZIP file or not

I want to lose the messages output by UNZIP but

'unzip -t file > null' doesn't work

Any help welcomed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top