pcat (显示使用pack压缩工具压缩的文件的未压缩内容)

瑞兹 发表于 2020-11-05 09:25
浏览次数:
在手机上阅读

在类似Unix的操作系统上,pcat命令显示使用pack压缩工具压缩的文件的未压缩内容。

查看英文版

目录

1 pcat 运行系统环境

2 pcat 描述

3 pcat 语法

4 pcat 例子

pcat 运行系统环境

Linux

pcat 描述

pcat命令对压缩文件的处理方式与cat对普通文件的处理方式相同,只是pcat不能用作过滤器。指定的文件将解压缩并写入标准输出。pcat将其解包失败的文件数作为其退出状态返回。

如果发生以下情况,则可能会发生故障:

  • 该文件无法打开,或者
  • 该文件似乎不是pack的输出。

The pcat command does for packed files what cat does for ordinary files, except that pcat cannot be used as a filter. The specified files are unpacked and written to the standard output. pcat returns as its exit status the number of files it failed to unpack.

Failure may occur if:

  • the file cannot be opened, or if 
  • the file does not appear to be the output of pack.

查看英文版

查看中文版

pcat 语法

pcat file
pcat file

查看英文版

查看中文版

pcat 例子

pcat myfile.txt.z

将压缩文件myfile.txt.z的未压缩内容打印到标准输出。

如果省略.z扩展名,pcat还将查找文件myfile.txt.z。例如,

pcat myfile.txt

另外,如果文件myfile.txt.z存在,则打印文件的未压缩内容。

pcat myfile.txt.z

Print the uncompressed contents of the compressed file myfile.txt.z to the standard output.

pcat would also look for the file myfile.txt.z if the .z extension was omitted. For instance,

pcat myfile.txt

Also, prints the uncompressed contents of the file myfile.txt.z, if it exists.

查看英文版

查看中文版

其他命令行

pack | pagesize | parted | partprobe | paste | passwd | pax | pg | perl | pgrep | pico | pine | ping | pr | printenv | priocntl | printf | pstree | pvs | pwd |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条