Search Results

Search: Posts Made By: kelldan
6,334
Posted By kelldan
Thanks Era.. I don't know why I didn't see it...
Thanks Era.. I don't know why I didn't see it earlier... much appreciated.
6,334
Posted By kelldan
Ok, well my idea above worked.. however.. I'm...
Ok, well my idea above worked.. however.. I'm having problems piping the output of the -tv to a log file:


DATE=`date +%m/%d/%y-%H:%M`
echo "$DATE - Starting Integrity Check...." >>...
6,334
Posted By kelldan
All, Never mind, I just saw what was wrong. ...
All,

Never mind, I just saw what was wrong.

I can just do a gzip -tv *.tar.gz to get what I want. Please ignore my post and excuse my morning lack of a intelligence :)
6,334
Posted By kelldan
BASH Script syntax error
I'm trying to write a simple script that takes all the .tar.gz files in a directory and verifies them by using the gzip -tv command:

for zip in *.tar.gz
do
gzip -tv $zip
...
21,562
Posted By kelldan
Thanks all! I appreciate the help. I'm playing...
Thanks all! I appreciate the help. I'm playing with the script now to see how it works for me. :)
21,562
Posted By kelldan
Display spinning cursor while waiting
Hi All,

I have a script, very basic, that checks the the intergrity of tar files. Of course, with a huge amount of files, this might take a while. So I'd like to have the script display the...
8,051
Posted By kelldan
Awesome, many thanks Franklin!
Awesome, many thanks Franklin!
8,051
Posted By kelldan
Ah ok, I'm following your now. Would it be easier...
Ah ok, I'm following your now. Would it be easier to have the user input the dates with out the slashes?

If so, that would remove the needs for the

{gsub("/","",s);gsub("/","",e)}

Portion,...
8,051
Posted By kelldan
Franklin Thanks for the help. Will this...
Franklin

Thanks for the help. Will this select on the system date/time stamp or the file name as it is in a YYMMDD format?

Thanks!
8,051
Posted By kelldan
Selecting files between a user inputed date range
Hi all!

I'm working on a KSH script to select files between a user inputed date range (stored in a variable) and then move them and unzip them. I'm stuck at how to get the files between the user...
7,004
Posted By kelldan
Thanks Spirtle! That worked like a charm! Much...
Thanks Spirtle! That worked like a charm! Much appreciated!
7,004
Posted By kelldan
KSH script not looping through array
Hi All,

I'm trying to get a script to loop through an array. The array is basically a list of .zip files. I'd like the script to loop through and unzip the zip files contained in the zip file...
Showing results 1 to 12 of 12

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