The folder is d:\data_files\ and I'd like to uncompress all the .gz files in there
I've searched around on the Net but can't find much that deals with GZ files specifically. The files are all named data-1.gz, data-2.gz etc
I have Windows 2008 Server with some GZ type files in a folder. I would like to script unzipping them using Powershell, can someone tell me if this is possible and how I would do it?
The folder is d:\data_files\ and I'd like to uncompress all the .gz files in there
I've searched around on the Net but can't find much that deals with GZ files specifically.