Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


confundido
2021-02-20T15:48:12Z
Searched forum but didn't find exact problem, possible I missed it.

I've got a folder with files file1, file2, and file3. I could like to compress them individually resulting in names like file1.gz, file2.gz, and file3.gz.

I couldn't figure out the incantation to do this. I'm trying to use File --> Archive which might be wrong because I'm not in any way trying to actually archive or collate the files, I just need individual compression.

I'll keep searching but thought I'd do a forum post in parallel.

Thanks,

confundido aka Dennis
Sponsor
Forum information
confundido
2021-02-20T15:56:37Z
A tiny bit more detail.

The names of the files are always changing.

I would like to gzip all the individual files in a specific folder keeping their same root names but adding the suffix .gz.



Luke Saunders
2021-02-22T21:48:42Z
You're probably going to want to use a loop on the archive task. First create a task the lists all the files you need to zip and use that tasks output in the loop settings, for each x in y using {TASK(PrevTask|StdOut)}, and then {LOOP(CurrentValueX)} as your archive task input.
Support
2021-02-24T10:20:41Z
Originally Posted by: confundido 

A tiny bit more detail.

The names of the files are always changing.

I would like to gzip all the individual files in a specific folder keeping their same root names but adding the suffix .gz.





Like Luke said,
You're most likely going to want to use loop for your automation needs on this.
Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Scroll to Top