标签:exists 大小 overwrite mod 解压缩 压缩 图形化 无法 文本文件
1 file-roller +压缩文件图形化 打开压缩文件# 2 [12:46:19 root@localhost dir]$ll m.log
-rw-------. 1 root root 424638 Feb 17 12:46 m.log
[12:46:26 root@localhost dir]$ll -h m.log
-rw-------. 1 root root 415K Feb 17 12:46 m.log
[12:48:28 root@localhost dir]$ll
total 128
drwxr-xr-x. 143 root root 8192 Feb 17 12:45 etc
-rw-------. 1 root root 111769 Feb 17 12:46 m.log.Z
[12:55:05 root@localhost dir]$ll m.log
-rw-------. 1 root root 424638 Feb 17 12:46 m.log
total 1392
drwxr-xr-x. 143 root root 8192 Feb 17 12:45 etc
-rw-r--r--. 1 root root 595 Feb 16 23:51 f1
-rw-------. 1 root root 424638 Feb 17 12:46 m.log
-rw-r--r--. 1 root root 980265 Feb 17 13:05 morning.jpg
#[13:11:49 root@localhost dir]$ll m.log m.log.Z
-rw-------. 1 root root 424638 Feb 17 12:46 m.log
-rw-r--r--. 1 root root 111769 Feb 17 13:11 m.log.Z
[13:12:02 root@localhost dir]$
m.log already exists.
Do you wish to overwrite m.log (y or n)?
[14:41:09 root@localhost dir]$ll -h m*
-rw-r--r--. 1 root root 58K Feb 17 14:41 m2.log.gz
-rw-r--r--. 1 root root 415K Feb 17 14:31 m.log
-rw-------. 1 root root 60K Feb 17 12:46 m.log.gz
-rw-r--r--. 1 root root 110K Feb 17 13:11 m.log.Z
-rw-r--r--. 1 root root 958K Feb 17 13:05 morning.jpg
nihao
woshi zhonghua
123 ctl ^H^H^H
ctl d 结束输入
[14:57:43 root@localhost dir]$zcat f3.gz
nihao
woshi zhonghua
123 ctl
ctl d 结束输入
[14:57:51 root@localhost dir]$
f3.gz: gzip compressed data, from Unix, last modified: Mon Feb 17 14:57:03 2020
[15:09:11 root@localhost dir]$ll -h m*
-rw-r--r--. 1 root root 58K Feb 17 14:41 m2.log.gz
-rw-r--r--. 1 root root 415K Feb 17 14:31 m.log
-rw-r--r--. 1 root root 40K Feb 17 14:31 m.log.bz2
-rw-------. 1 root root 60K Feb 17 12:46 m.log.gz
-rw-r--r--. 1 root root 110K Feb 17 13:11 m.log.Z
-rw-r--r--. 1 root root 958K Feb 17 13:05 morning.jpg
[15:15:59 root@localhost dir]$file list.bz2
list.bz2: bzip2 compressed data, block size = 900k
[15:33:05 root@localhost dir]$ll
total 1692
-rw-r--r--. 1 root root 16648 Feb 17 15:19 list
-k keep,保留源文件
-d 解压缩
-# 压缩比,取值 1-9 ,默认6
-rw-r--r--. 1 root root 1.0G Feb 17 18:34 bigfile
bigfile.gz: gzip compressed data, was "bigfile", from Unix, last modified: Mon Feb 17 18:34:13 2020
标签:exists 大小 overwrite mod 解压缩 压缩 图形化 无法 文本文件
原文地址:https://blog.51cto.com/12246080/2472217