Check your inbox and click the link. Sorry, something went wrong. Please try again. Want to set up a homelab? Here's how I used old hardware and open source software to build my homelab.
Updating WebApps is a regular task for sysadmins. Upgrading the containers that hold them is another extra effort. Having a homelab setup has multiple advantages. Learn what it is and why you should consider a homelab for yourself.
Welcome back! Each single file is compressed into a single file. With no arguments, gzip compresses the standard input and writes the compressed file to standard output. Psssst: How much does an IT network administrator make? Psssst: How do I retrieve my administrator password on a Mac?
Related Articles. Can a rootkit infect the BIOS? How do I remove choose an operating system from Windows 7? What is the most difficult part of being an administrative assistant? So now we know that compressed files can be restored using either 'gzip -d' or the gunzip command. The basic syntax of gunzip is:. As you'd have noticed, the gunzip command deletes the archive file after uncompressing it.
However, if you want the archive to stay, you can do that using the -c command line option. To make gunzip put the uncompressed file in a directory other than the present working directory, just provide the absolute path after the redirection operator.
As far as basic usage is concerned, there isn't much of a learning curve associated with Gunzip. We've covered pretty much everything that a beginner needs to learn about this command in order to start using it. For more information, head to its man page. If you've got a buttload of files you want to unzip with a single command like I did, I put together a small looping command for anyone whos interested.
0コメント