Joe_Fox
Well-Known Member
Hi,
Can anyone help me here - should be simple enough to those who are familiar with using the command prompt, etc.
I have some logfiles in location E:\logfiles\folder\subfolder
I need to compress these using gzip and have the compressed files overwrite the current logfiles (so that the .log files are replaced with .log.gz files).
The advice I have been given is to run gzip.exe -9v *.log from the command prompt.
Is this write or do I need to specify the correct folder and the correct destination for the compressed files?
Thanks,
Joe
Can anyone help me here - should be simple enough to those who are familiar with using the command prompt, etc.
I have some logfiles in location E:\logfiles\folder\subfolder
I need to compress these using gzip and have the compressed files overwrite the current logfiles (so that the .log files are replaced with .log.gz files).
The advice I have been given is to run gzip.exe -9v *.log from the command prompt.
Is this write or do I need to specify the correct folder and the correct destination for the compressed files?
Thanks,
Joe