Relative Content

LINUX MANUAL PAGES

category

「aspell」

aspell is a utility that can function as an ispell -a replacement, as an independent spell checker, as a test utility to test out Aspell features, and as a utility for managing dictionaries.
ispell is a wrapper around aspell to invoke it in ispell compatible mode.
spell is a wrapper around aspell to invoke it in spell compatible mode.
aspell-import imports old personal dictionaries into Aspell.
precat decompresses a prezipped file to stdout.
preunzip decompresses a prezipped file.
prezip is a prefix delta compressor, used to compress sorted word lists or other similar text files.
prezip-bin is called by the various wrapper scripts to perform the actual compressing and decompressing.
pspell-config displays information about the libpspell installation, mostly for use in build scripts.
run-with-aspell is a script to help use Aspell as an ispell replacement.
word-list-compress compresses or decompresses sorted word lists for use with the Aspell spell checker.[……]

READ MORE

「spell(1)」-

对Unix的spell程序的模拟
命令语法格式
spell [options] files …
命令描述
本手册页简要介绍了spell命令。本手册页整理自Debian发行版编写的手册(但可能由其他人使用),因为原始程序没有手册页,它只有有GNU Info格式的文档;见下文。
命令spell是一个模拟传统Unix的spell命令的程序,通过调用Ispell程序来。
它是一个拼写检查程序,可以将每个拼写错误的单词打印在自己的行上。
命令支持的选项及含义
程序遵循通常的GNU命令行语法,长选项以两个破折号(`-‘)开头。选项摘要如下。有关完整说明,请参阅info文件。
-b, –british 使用英国字典。
-i, –ispell=PROGRAM 调用程序PROGRAM作为Ispell。
-D, –ispell-dictionary=DICTIONARY 使用命名字典DICTIONARY来查找字。
-d, –dictionary=FILE 使用FILE来查找字。
-n, –number 在行前打印行号。
-o, –print-file-name 在行前打印文件名。
-v, –verbose 打印不是字面意义的单词。
其他选项
-h, –help 显示帮助信息并退出。
-V, –version 显示当前程序的版本信息并退出。
-I, –ispell-version 显示Ispell的版本。
-s, –stop-list=FILE 已忽略;用于兼容。
-x, –print-stems 已忽略;用于兼容。
-l, –all-chains 已忽略;用于兼容。
相关手册
这些程序由GNU Spell完全记录,它是Unix中程序“spell”的克隆,可通过Info系统获得详细的手册。
参考文献

man 1 spell, Version 1.0-24

更新日志

08/07/2018 创建文章[……]

READ MORE

「at」

at queues, examines or deletes jobs for later execution.
atd is the daemon that runs jobs queued for later execution.
atq lists the user’s pending jobs, or all jobs, if superuser.
atrm deletes jobs, identified by their job number.
atrun runs jobs queued for later execution.
batch is a script that executes commands when system load levels permit.[……]

READ MORE

「at(1)」-

排队、检查、删除作业,以便以后执行
命令语法格式
at [-V] [-q queue] [-f file] [-mMlv] timespec…
at [-V] [-q queue] [-f file] [-mMkv] [-t time]
at -c job [job…]
atq [-V] [-q queue]
at [-rd] job [job…]
atrm [-V] job [job…]
batch
at -b
命令描述
at, batch,使用/bin/sh,从标准输入或指定文件中读取稍后要执行的命令。
at,在指定的时间执行命令。
atq,列出用户的待处理作业,除非用户是超级用户;在这种情况下,列出了每个人的工作。输出行的格式(每个作业一个)是:作业号,日期,小时,队列,用户名。
atrm,删除由其工作号码标识的工作。
batch,系统负载级别允许时,执行命令;换句话说,当负载平均值降至1.5以下时,或调用atd时指定的值。
时间规范
允许相当复杂的时间规范,扩展POSIX.2标准。:

它接受HH:MM形式的时间来在一天中的特定时间运行作业。(如果该时间已经过去,则假设第二天。)
您也可以指定midnight, noon, teatime (4pm),并且您可以指定在上午或下午的时间来运行,后缀“AM”或“PM”。
您还可以说明作业将在哪一天运行,通过“month-name day”的形式,并提供可选年份的日期,或者MMDD[CC]YY, MM/DD/[CC]YY, DD.MM.[CC]YY, [CC]YY-MM-DD这四种形式的日期。日期的规范必须遵循一天中的时间规范。
还可以给出像“now + count time-units”这种形式的日期,其中time-units可以是minutes, hours, days, weeks。
您可以通过在时间上后缀today来在今天运行命令,时间上后缀tomorrow来在明天运行命令。

例如,“从现在起,三天后下午4点”运行作业:at 4pm + 3 days;在7月31日上午10点开始工作:at 10am Jul 31;明天凌晨1点开始工作:at 1am tomorrow;
如果您指定的作业在过去的特定时间和日期运行,则作业将尽快运行。例如,如果现在是晚上8点,你执行at 6pm today,那么它将在晚上8:05运行。
时间规范的定义可以在/usr/share/doc/at/timespec中找到。
对于at和batch,命令从标准输入或使用-f选项指定的文件中读取并执行。在调用时,[……]

READ MORE

「atd(8)」-

运行排队的等待以后执行的作业
命令语法格式
atd [-l load_avg] [-b batch_interval] [-d] [-f] [-s]
命令描述
运行由at(1)排队的作业。
命令支持的选项及含义
-l 指定限制加载因子,不应运行批处理作业,而不是编译时选择“1.5”。 对于具有n个CPU的SMP系统,您可能希望将其设置为高于“n-1”。
-b 指定两个批处理作业开始之间的最小间隔(以秒为单位)。默认值为60。
-d 调试;将错误消息打印到标准错误,而不是使用syslog(3)。 此选项还隐含-f选项。
-f 在前台运行atd服务。
-s 仅处理at/batch队列一次。 这主要用于兼容旧版本的at;atd -s相当于旧的atrun(8)命令。
注意事项
atd的功能应该合并到cron(8)中。
如果通过NFS挂载spool目录,即使设置了no_root_squash,atd也无法工作。
相关文件
/var/spool/cron/atjobs 存储作业的目录;这应该是模式700,所有者为daemon。
/var/spool/cron/atspool 存储输出的目录;这应该是模式700,所有者为daemon。
/etc/at.allow, /etc/at.deny 指定那些用户可以使用at服务。
相关手册
at(1), at.deny(5), at.allow(5), cron(8), crontab(1), syslog(3).
参考文献

man 8 atd, Version 3.1.20-6

更新日志

09/26/2018 创建文章[……]

READ MORE

「atq(1)」-

排队、检查、删除作业,以便以后执行
命令描述
参考at(1)手册。
参考文献

man 1 at, Version 3.1.20-6

更新日志

09/26/2018 创建文章[……]

READ MORE

「atrm(1)」-

排队、检查、删除作业,以便以后执行
命令描述
参考at(1)手册。
参考文献

man 1 at, Version 3.1.20-6

更新日志

09/26/2018 创建文章[……]

READ MORE

「atrun(8)」-

运行排队等待以后执行的作业 atrun − run jobs queued for later execution
命令语法格式
atrun [-l load_avg] [-d]
命令描述
命令atrun运行由at(1)排队的作业。 它是一个Shell脚本,使用-s选项调用/usr/sbin/atd,用于向后兼容旧安装。
相关手册
at(1), atd(8)
参考文献

Manpages/atrun

更新日志

09/26/2018 创建文章[……]

READ MORE

「batch(1)」-

排队、检查、删除作业,以便以后执行
命令描述
参考at(1)手册。
参考文献

man 1 at, Version 3.1.20-6

更新日志

09/26/2018 创建文章[……]

READ MORE

「awk」

安装的可执行程序
awk A link to gawk
gawk A program for manipulating text files; it is the GNU implementation of awk
gawk-4.1.3 A hard link to gawk
igawk Gives gawk the ability to include files
参考文献

LFS/6.52. Gawk-4.1.3

更新日志

04/03/2017 首次创建文章。
08/06/2018 修改文章内容。[……]

READ MORE

「awk(1)」-

模式扫描和处理语言
命令描述
参考gawk(1)手册。
参考文献

man 1 gawk, Version 14.1.4+dfsg-1

更新日志

09/26/2018 创建文章[……]

READ MORE

「gawk-4.1.3(1)」-

模式扫描和处理语言
命令描述
参考gawk(1)手册。
参考文献

man 1 gawk, Version 14.1.4+dfsg-1

更新日志

09/26/2018 创建文章[……]

READ MORE

「gawk」-

模式扫描和处理语言
命令语法格式
gawk [ POSIX or GNU style options ] -f program-file [ — ] file …
gawk [ POSIX or GNU style options ] [ — ] program-text file …
命令描述

This man page documents gawk, version 4.1.

Gawk is the GNU Project’s implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.1 Standard. This version in turn is based on the description in The AWK Programming Language, by Aho, Kernighan, and Weinberger. Gawk provides the additional features found in the current version of Brian Kernighan’s awk and a number of GNU-specific extensions.

The command line consists of options to gawk itself, the AWK program text (if not supplied via the -f or –file options), and values to be made available in the ARGC and ARGV pre-defined AWK variables.

When gawk is invoked with the –profile option, it starts gathering profiling statistics from the execution of the program. Gawk runs more slowly in this mode, and automatically produces an execution profile in the file awkprof.out when done. See the –profile option, below.

Gawk also has an integrated debugger.[……]

READ MORE

「igawk(1)」-

与包含文件一起的gawk命令
命令语法格式
igawk [ all gawk options ] -f program-file [ — ] file …
igawk [ all gawk options ] [ — ] program-text file …
命令描述
命令igawk是一个简单的shell脚本,它增加了将“包含文件”赋予gawk(1)的能力。
命令igawk的AWK程序脚本与gawk的程序相同,除此之外,脚本还可能有类似的行:

@include getopt.awk

在您的程序中,从当前目录或搜索路径中的其他目录之一包含getopt.awk文件。
命令支持的选项及含义
有关AWK语言的完整描述以及gawk支持的选项,请参阅gawk(1)。
使用示例
cat << EOF > test.awk
@include getopt.awk

BEGIN {
while (getopt(ARGC, ARGV, “am:q”) != -1)

}
EOF

igawk -f test.awk

相关手册
gawk(1)
Effective AWK Programming, Edition 1.0, published by the Free Software Foundation, 1995.
参考文献

man 1 igawk, Version 14.1.4+dfsg-1

更新日志

09/26/2018 创建文章[……]

READ MORE

「bash」

从发行版的源中安装

# Kali GNU/Linux Rolling
apt-get install bash

使用源码编译安装BASH(在Linux下)
各个发行版中已经预装了bash,如果想手动体验一把bash的编译,参考: LFS/Bash-4.3.30: http://www.linuxfromscratch.org/lfs/view/7.10/chapter06/bash.html
BASH主页: https://www.gnu.org/software/bash/ 下载BASH并进入源码目录;
准备BASH,然后进行编译:

#!/bin/bash

# 准备
./configure –prefix=/usr \
–docdir=/usr/share/doc/bash-4.3.30 \
–without-bash-malloc \
–with-installed-readline

# The meaning of the new configure option:
#
# –with-installed-readline
# This option tells Bash to use the readline library that is already installed on the system rather than using its own readline version.

# 进行编译
make

# 安装
make install
mv -vf /usr/bin/bash /bin

安装的可执行命令
bash,主程序文件,交互的SHELL。
rbash,执行bash的快捷方式。存在于发行版的bash中。
bashbug,用于bug反馈。
clear_console,用于清除控制台。
参考文献

apt-file list bash
LFS/Bash-4.3.30: http://www.linuxfromscratch.org/lfs/view/7.10/chapter06/bash.html[……]

READ MORE

「bash」- GNU Bourne-Again SHell

常用命令
使用 IFS 变量,指定循环的分隔符:

IFS=’:’
mystring=”foo:bar baz rab”
for word in $mystring; do
echo “Word: $word”
done

# 该脚本将输出:
# Word: foo
# Word: bar baz rab

读取输出,并定义变量:

read user

read -r user date email <<<$(echo linus 20200431 tom@example.com) ; echo “$user | $date | $email”

# IFS=$’\t’ read -r user date email

语法格式

bash [options] [command_string | file]

命令描述
Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh).
Bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE POSIX specification (IEEE Standard 1003.1). Bash can be configured to be POSIX-conformant by default.
命令选项

All of the single-character shell options documented in the description of the set builtin command can be used as options when the shell is invoked. In addition, bash interprets the following options when it is invoked:

-c If the -c option is present, then commands are read from the first non-option argument command_string. If there are argu[……]

READ MORE

「bc」-

功能简述
任意精度的计算器语言
常用命令
十进制转化二进制:

# echo ‘obase=2; 1231;’ | bc

语法格式
命令描述
命令选项
附加说明
参考文献

BASH base conversion from decimal to hex[……]

READ MORE

「bind」

arpaname:translate IP addresses to the corresponding ARPA names. bind9-config:hardlinked to isc-config.sh. ddns-confgen:generates a key for use by nsupdate and named. delv:is a new debugging tool that is a successor to dig. dig:interrogates DNS servers. dnssec-checkds:is a DNSSEC delegation consistency checking tool. dnssec-coverage:verifies that the DNSSEC keys for a given zone or a set of zones have timing metadata set properly to ensure no future lapses in DNSSEC coverage. dnssec-dsfromkey:outputs the Delegation Signer (DS) resource record (RR). dnssec-importkey:reads a public DNSKEY record and generates a pair of .key/.private files. dnssec-keyfromlabel:gets keys with the given label from a crypto hardware and builds key files for DNSSEC. dnssec-keygen:is a key generator for secure DNS. dnssec-revoke:Set the REVOKED bit on a DNSSEC key. dnssec-settime:set the key timing metadata for a DNSSEC key. dnssec-signzone:generates signed versions of zone files. dnssec-verify:verifies that a zone is fully signed for each algorithm found in the DNSKEY RRset for the zone, and that the NSEC / NSEC3 chains are complete. genrandom:generate a file containing random data. host:is a utility for[……]

READ MORE

「host(1)」-

DNS查找工具
命令语法格式
host [-aCdlnrsTwv] [-c class] [-N ndots] [-R number] [-t type] [-W wait] [-m flag] [-4] [-6] [-v] [-V] {name} [server]
命令描述
命令host是一个用于执行DNS查找的简单程序。通常用于将名称转换为IP地址,反之亦然。
如果没有指定参数或选项,命令host将打印其命令行参数和选项的简短摘要。
命令行选项
-a 相当于设置-v选项,并要求host进行ANY类型的查询。
-C host将尝试显示该区域的所有列出的权威名称服务器的区域名称的SOA记录。名称服务器列表由为区域找到的NS记录定义。
-c class 指示进行类class的DNS查询。这可用于查找Hesiod或Chaosnet类资源记录。默认类为IN(Internet)。
-d, -v host会生成详细输出。这两个选项是等价的。它们是为了向后兼容而提供的。在以前的版本中,-d选项打开调试跟踪,-v启用详细输出。
-l 列表模式。这使host为区域名称执行区域传输。将区域打印输出NS、PTR、地址记录(A/AAAA)。如果与-a结合使用,则将打印所有记录。
-i 指定IPv6地址的反向查找应使用RFC1886中定义的IP6.INT域。默认是使用IP6.ARPA。
-N 设置必须在name中的点的个数,以使其被视为绝对值。默认值是使用/etc/resolv.conf中的ndots语句定义的值,如果不存在ndots语句,则为”1“。具有较少点的name将被解释为相对名称,并将在/etc/resolv.conf中的search或domain指令中列出的域中进行搜索。
-R number 指定查找的UDP重试次数。 number表示host将重复无法解答的查询的次数。默认重试次数为”1“。如果number为负数或零,则重试次数将默认为1。
-r 进行非递归查询。设置此选项会清除host创建的查询中的RD(recursion desired)位。这应该意味着接收查询的名称服务器不会尝试解析名称。选项-r使host能够通过进行非递归查询来模仿名称服务器的行为,并期望接收通常引用到其他名称服务器的那些查询的答案。
-T 默认情况下,host在进行查询时使用UDP。 -T选项使其在查询名称服务器时使用TCP连接。将自动为需要它的查询选择TCP,例如区域传输(AXFR)请求。
-4 强制host仅使用IPv4查询传输。
-6 强制host仅使用IPv6查询传输。
-t type 用于选择查询类型。 type可以是任何可识别的查询类型:CN[……]

READ MORE

「nslookup(1)」-

以交互方式查询互联网域名服务器
命令语法格式
nslookup [-option] [name | -] [server]
命令描述
命令nslookup是一个查询互联网域名服务器的程序。nslookup有两种模式:交互式;非交互式。交互模式允许用户查询域名服务器,以获取有关各种主机和域的信息,或者打印域中的主机列表。非交互模式用于仅打印主机(或域)的名称和请求的信息。
命令行参数
交互模式
在以下情况下进入交互模式:

没有给出参数时(将使用默认域名服务器)
当第一个参数是连字符(-),第二个参数是名称服务器的主机名或互联网地址时。

非交互模式
当要查找的主机的“名称”或“互联网地址”作为第一个参数给出时,使用非交互模式。 可选的第二个参数指定域名服务器的主机名或地址。
也可以在命令行中指定选项,选项位于参数之前,并且以连字符为前缀。 例如,要将默认查询类型更改为主机信息,并将初始超时更改为10秒,请输入:

# nslookup -query=hinfo -timeout=10

选项-version使nslookup打印版本号并立即退出。
交互式命令
host [server] 使用当前默认服务器或使用server(如果已指定)来查找主机的信息。 如果host是互联网地址,且查询类型为A或PTR,则返回主机的名称。如果host是名称,且没有尾随句点,则使用搜索列表来限定名称。
要查找不在当前域中的主机,请在名称后附加句点。
set keyword[=value] 此命令用于更改影响查找的状态信息。 有效keyword是:

all,打印要设置的常用选项的当前值。 还会打印有关当前默认服务器和主机的信息。

class=value,将查询类更改为以下之一:

IN,the Internet class
CH,the Chaos class
HS,the Hesiod class
ANY,wildcard

该类指定了信息的协议组。(Default = IN; abbreviation = cl)

[no]debug,在搜索时,打开或关闭完整响应数据包和任何中间响应数据包的显示。(Default = nodebug; abbreviation = [no]deb)

[no]d2,打开或关闭调试模式。 这将显示有关nslookup正在执行的操作的更多信息。(Default = nod2)

domain=name,将搜[……]

READ MORE

「binutils」

从发行版的源中安装
使用源码编译安装
参考LFS/Binutils-2.27: http://www.linuxfromscratch.org/lfs/view/7.10/chapter06/binutils.html
安装的可执行程序
addr2line Translates program addresses to file names and line numbers; given an address and the name of an executable, it uses the debugging information in the executable to determine which source file and line number are associated with the address
ar Creates, modifies, and extracts from archives
as An assembler that assembles the output of gcc into object files
c++filt Used by the linker to de-mangle C++ and Java symbols and to keep overloaded functions from clashing
elfedit Updates the ELF header of ELF files
gprof Displays call graph profile data
ld A linker that combines a number of object and archive files into a single file, relocating their data and tying up symbol references
ld.bfd Hard link to ld
nm Lists the symbols occurring in a given object file
objcopy Translates one type of object file into another
objdump Displays information about the given object file, with options controlling the particular information to display; the information shown is useful to programmers who are working on the compilation[……]

READ MORE

「bridge-utils」

bridge-utils,用于配置Linux网桥接口。Linux以太网桥可用于将多个以太网设备连接在一起。连接是完全透明:连接到一个以太网设备的主机可以直接查看连接到其他以太网设备的主机。
安装该软件包
从发行版的源中安装

#!/bin/bash

# Kali GNU/Linux Rolling
apt-get install bridge-utils

使用源码编译安装 参考:BLFS/bridge-utils-1.5: http://www.linuxfromscratch.org/blfs/view/7.10/basicnet/bridge-utils.html
安装的可执行程序
brctl 网桥配置管理工具。
参考文献

BLFS / bridge-utils-1.5: http://www.linuxfromscratch.org/blfs/view/7.10/basicnet/bridge-utils.html
Sourceforge / IEEE 802.1d ethernet bridging: https://sourceforge.net/projects/bridge[……]

READ MORE

「brctl」

brctl,网桥配置管理工具。
命令语法格式(SYNOPSIS)
brctl [command]
命令简述(DESCRIPTION)
brctl is used to set up, maintain, and inspect the ethernet bridge configuration in the linux kernel.
An ethernet bridge is a device commonly used to connect different networks of ethernets together, so that these ethernets will appear as one ethernet to the participants.
Each of the ethernets being connected corresponds to one physical interface in the bridge. These individual ethernets are bundled into one bigger (‘logical’) ethernet, this bigger ethernet corresponds to the bridge network interface.
「实例」(INSTANCES)
The command brctl addbr <name> creates a new instance of the ethernet bridge. The network interface corre‐ sponding to the bridge will be called <name>.
The command brctl delbr <name> deletes the instance <name> of the ethernet bridge. The network interface cor‐ responding to the bridge must be down before it can be deleted!
The command brctl show shows all current instances of the ethernet bridge.
端口(PORTS)
Each bridge has a number of ports attached to it. Network traffic coming in on any of these ports will be forwarded to the other ports[……]

READ MORE

「bsdmainutils」

bsd-from
bsd-write
cal
calendar
col
colcrt
colrm
column
hd
hexdump
look
lorder
ncal
printerbanner
ul[……]

READ MORE

「colrm(1)」-

从文件中删除列
命令语法格式
colrm [start [stop]]
命令描述
命令colrm从文件行中删除选定的列。列被定义为一行中的单个字符。该命令从标准输入中读取数据,将输出写入标准输出。
如果仅指定了起始列start,则将小于起始列start的列输出。如果同时指定了start和stop列,则将输出编号小于起始列start或大于停止列stop的列。列编号从1开始,而不是从0开始。
制表符(TAB)将列数增加到下一个八的倍数。退格字符(BS)将列数减1。
相关环境变量
环境变量LANG, LC_ALL, LC_CTYPE会影响colrm的执行,参考environ(7)中的描述。
退出状态
退出状态为零则表示成功,大于零则表示失败。
相关手册
awk(1), column(1), cut(1), paste(1)
参考文献

man 1 colrm, Version colrm from bsdmailutils

更新日志

07/11/2018 创建文章[……]

READ MORE

「look(1)」-

显示以给定字符串开头的行
命令语法格式
look [-bdf] [-t termchar] string [file …]
命令描述
命令look显示文件中包含字符串string作为前缀的所有行。
如果未指定file,则使用文件/usr/share/dict/words,仅比较字母和数字字符,并忽略字母字符的大小写。
命令支持的选项及含义
支持的选项如下:
-b 在给定的单词列表上,使用二进制搜索。 如果使用-f选项忽略大小写,或使用-d忽略非字母数字字符,则必须以相同方式对文件进行排序。
请注意,如果没有给出文件名,这些选项是默认选项。 有关排序文件的更多信息,请参阅sort(1)。
-d 字典字符集和顺序,即仅比较字母和数字字符。
-f 忽略字母字符的大小写。
-t termchar 指定字符串终止字符,即仅比较字符串中包含第一次出现的termchar的字符。
注意事项
不会根据当前区域设置的整理顺序来比较行。必须在LC_COLLATE设置为“C”的情况下对输入文件进行排序。
原始手册页指出:当指定-d选项时,制表符和空白字符参与比较。这是不正确的,当前的手册页与历史实现相匹配。
命令look默认使用线性搜索,而不是二进制搜索,这是大多数其他实现默认使用的。
我始终不明白为什么要对文件进行排序。我也不是特别清楚这个命令的意图。
相关环境变量
环境变量LANG, LC_ALL, LC_CTYPE影响look的执行。具体的影响在environ(7)描述。
相关文件
/usr/share/dict/words 字典文件。
退出状态
0 找到和显示一个或多个行
1 没有找到行
>1 发生错误
使用示例
比如你想知道某个单词的拼写,但你只知道前半部分,可以执行如下命令:

# look dicti
diction
diction’s
dictionaries
dictionary
dictionary’s

命令look默认会到/usr/share/dict/words文件中进行查找。
又或者你想知道.c文件中包含的头文件,可以执行如下命令:

# look “#include” test.c

上述命令会输出所有的头文件。
相关手册
grep(1), sort(1)
参考文献

man 1 look, Version 9.0.12
“look” Command Usage Examples in Linux[……]

READ MORE

「bzip2」

安装的可执行程序
bunzip2 Decompresses bzipped files
bzcat Decompresses to standard output
bzcmp Runs cmp on bzipped files
bzdiff Runs diff on bzipped files
bzegrep Runs egrep on bzipped files
bzfgrep Runs fgrep on bzipped files
bzgrep Runs grep on bzipped files
bzip2 Compresses files using the Burrows-Wheeler block sorting text compression algorithm with Huffman coding; the compression rate is better than that achieved by more conventional compressors using “Lempel-Ziv” algorithms, like gzip
bzip2recover Tries to recover data from damaged bzipped files
bzless Runs less on bzipped files
bzmore Runs more on bzipped files
参考文献

LFS/6.18. Bzip2-1.0.6[……]

READ MORE

「bunzip2(1)」-

解压bzip2文件
命令描述
参考bzip2(1)手册。
参考文献

man 1 bzip2, Version 1.0.6-8.1

更新日志

08/13/2018 创建文章[……]

READ MORE