fold (输入​​文本的每一行换行以适合指定的行宽)

rose1 发表于 2020-09-16 17:28
浏览次数:
在手机上阅读

在类似Unix的操作系统上,fold命令将输入​​文本的每一行换行以适合指定的行宽。 本文档介绍fold的GNU / Linux版本。

查看英文版

目录

1 fold 运行系统环境

2 fold 语法

3 fold 例子

fold 运行系统环境

Linux

fold 语法

fold [OPTION]... [FILE]...

选件

-b--bytes 计算字节数而不是列数。
-s--spaces 在空格处休息。
-n, -wn, --width=n 使用n列,而不是默认值80。
--help 显示帮助消息并退出。
--version 显示版本信息并退出。

如果未指定FILE,则从标准输入fold读取。

fold [OPTION]... [FILE]...

Options

-b--bytes count bytes rather than columns.
-s--spaces break at spaces.
-n, -wn, --width=n use n columns instead of the default of 80.
--help Display a help message and exit.
--version Display version information and exit.

If no FILE is specified, fold reads from standard input.

查看英文版

查看中文版

fold 例子

fold -w5 myfile.txt > newfile.txt

myfile.txt的行换成5个字符的宽度,然后将输出写入newfile.txt。

fold -w5 myfile.txt > newfile.txt

Wraps the lines of myfile.txt to a width of 5 characters, and writes the output to newfile.txt.

查看英文版

查看中文版

其他命令行

fc | fdisk | fg | fgrep | findsmb | finger | fmt | for | free | file | fuser |

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