fold(1) 入力の各行を指定された幅で折り返す

書式

fold [オプション]... [ファイル]...

説明

各 FILE (デフォルトは標準入力) の入力行を折り返し、 標準出力に書き込みます。

長いオプションに必須の引数は短いオプションにも必須です。

-b, --bytes
列数ではなくバイト数で数える
-s, --spaces
空白の位置で折り返す
-w, --width=WIDTH
80 の代わりに幅を WIDTH で指定する
--help
この使い方を表示して終了する
--version
バージョン情報を表示して終了する

GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/> fold の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。 完全な文書を参照する場合は info coreutils 'fold invocation' を実行してください。

作者

作者 David MacKenzie。

著作権

Copyright © 2013 Free Software Foundation, Inc. ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.