Archives week 49 of 2015

Dec. 7, 2015 - Dec. 13, 2015

Linux File compression and Archive command

File compression and Archive command summary

compressed format: gz, bz2, xz, Z, zip Compression algorithm: the algorithm is different, the compression ratio will be different;

1.gzip

gzip: .gz 
  gzip /PATH/TO/SOMEFILE: gzip will delete the original file after the completion of the compression
  gzip -d: decompression
       -#: 1-9, specify the compression ratio, the default ...

Continue reading

Daily archives

Previous week

Week 48 of 2015

Next week

Week 50 of 2015

Archives