Search Results

Search: Posts Made By: Master_Mind
5,977
Posted By Master_Mind
Yup, I tried but its returning 1 for success...
Yup, I tried but its returning 1 for success return and 9 for failure if i give $? after executing unzip -t
5,977
Posted By Master_Mind
Yup Its working, Can you help me how to apply...
Yup Its working, Can you help me how to apply this in my script like how to check whether its successful or not.
5,977
Posted By Master_Mind
Thanks Neo, But its not working gzip -t...
Thanks Neo, But its not working

gzip -t file.zip

gzip: file.zip: not in gzip format
5,977
Posted By Master_Mind
Validate compressed files
Hi All,

I have zip file that needs to be validated and checked for 5 times with sleep of 60 seconds. Some thing like below


#!/bin/bash
counter=1
while [ "$counter" -le 5 ]
do
curl...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy