answersLogoWhite

0

gzip filename ...

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the command used to compress a file in Linux?

The 'compress' command is normally supplied in all Unix and Linux distributions. The Gzip protocol is also very common, as is the original pkzip format. 7z is also used along with others, but those are the most popular.


What does the Linux command 'gunzip' do?

The Linux operating system command gunzip does many things. The main thing that gunzip does it compress files so that they are smaller and easier to upload and download.


What does the software program called gzip do?

Gzip is used primarily for compressing and decompressing a file to change the size so that it won't take up much room on a computer without the need for an external archiver.


How do you compress files or pictures using a Mac OSX 10.5?

right click on the file, and click "Zip (filename)" and it will compress it to the same folder that the original is in.


How can you compress a file using Windows 7?

yes, right click on the file or files and click send to then click compressed zipped folder


Does zip file compress files?

Yes, it will compress files, by how much depends on the file type and structure.


How can you compress a string efficiently to reduce its size while maintaining its original content?

One way to efficiently compress a string while preserving its content is by using algorithms like Huffman coding or Lempel-Ziv-Welch (LZW) compression. These algorithms analyze the frequency of characters in the string and assign shorter codes to more common characters, reducing the overall size of the string. This compression technique is commonly used in file compression programs like ZIP or gzip.


How do you password protect a file in Windows Vista?

You must first compress the files as a .ZIP file. When you compress the file, under the security tab, you can password protect it.


What is windows file?

A compress information


What does it mean if a document is 7.73 megabytes but on disc it's 8.24 megabytes?

On the disk it is not a compressed file... like if i were to send someone a file and it was 40 megabytes, i could compress the folder down to 20 megabytes using winrar, it will compress any file/ folder for you... they are mostly used as zip files or folders.


What is window archive file?

A compress information


How do you create a tar a file?

in a linux machine : tar -cvf FileOrDirectory.tar FileOrDirectory # or to gzip it at the same time... tar -czvf FileOrDirectory.tgz FileOrDirectory