in reply to Acceptable regular expressions within command line type syntax
As is often the case, when explained, the obvious seems so ... obvious
What I wasn't grasping, I believe, is that in my example, I'm need to use available _wildcards_ available from my (bash) shell. And if the widlcards aren't robust enough, then adapt some perl to feed the correct info.
In my case, I believe the earlier suggestion:
will do the trickopen(TAR,"tar -czpf $target_file $logs/access_log.[0-9]*.gz |");
Thanks all .....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Acceptable regular expressions within command line type syntax
by Thelonius (Priest) on Jun 06, 2003 at 17:07 UTC |