Saturday 12, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Saturday, 16 September 2017

compress Linux Command

compress

compress [options] files
Compress one or more files, replacing each with the compressed file of the same name with .Z appended. If no file is specified, compress standard input. Each file specified is compressed separately. compress ignores files that are symbolic links. See also the more common commands tar, gzip, and bzip2.

Options

-b maxbits
Limit the maximum number of bits.

-c
Write output to standard output, not to a .Z file.

-d
Decompress instead of compressing. Same as uncompress.

-f
Force generation of an output file even if one already exists.

-r
If any of the specified files is a directory, compress recursively.

-v
Print compression statistics.

-V
Print version and compilation information and then exit.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • sshd Linux Command sshd sshd [options] TCP/IP command. Server for the ssh program, providing a secure remote-login and remote-execution facility equivalent to rlogin and rsh. Normally started at boot, sshd listens for incoming connections, f… Read More
  • autoheader Linux Commands autoheader autoheader [options] [template_file] GNU autoconf tool. Generate a template file of C #define statements from m4 macros defined in template_file, if given, or in a configure.ac or configure.in file in the curren… Read More
  • automake Linux Command automake automake [options] [template_file] GNU automake tool. Create GNU standards-compliant Makefile.in files from Makefile.am template files and can be used to ensure that projects contain all the files and install opti… Read More
  • autoconf Linux Command autoconf autoconf [options] [template_file] Generate a configuration script from m4 macros defined in template_file, if given, or in a configure.ac or configure.in file in the current working directory. The generated scrip… Read More
  • sftp Linux Command sftp sftp [options] host An interactive file transfer program, similar to ftp except that it uses ssh to perform file transfers securely. sftp connects to host and logs in, prompting for a password if required. The host ca… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: compress Linux Command Rating: 5 Reviewed By: eHowToNow