in reply to Re: Re: Yet Another Tar-Gzip File Expander
in thread Yet Another Tar-Gzip File Expander

Thanks for the correction. My code is untested, as you can clearly see. I hope you didn't take my criticisms as flames; publicly-posted code is meant to be scrutinized so that it can be improved. I have more to learn than most people when it comes to improving my code, anyway. :-)

Oh, as far as the tar command only untar/zipping files in the current directory, you can change your current directory to the appropriate subdirectory by using the chdir command.

  • Comment on Re: Re: Re: Yet Another Tar-Gzip File Expander

Replies are listed 'Best First'.
Re: Re: Re: Re: Yet Another Tar-Gzip File Expander
by straywalrus (Friar) on May 14, 2002 at 19:39 UTC
    Don't worry I realize that you did not mean to flame me. And I was just flipping through "Perl In a Nutshell" and found chdir, but thanx a lot. And thanks to you I finnaly learned how to use the ?( )? for regex. Thanx for the code improvments. straywalrus