[表紙] [目次] [索引] [検索] [上端 / 下端] [?]

GNU text utilities

このマニュアルをダウンロード

このマニュアルは,GNUテキストユーティリティのバージョン2.0の, ドキュメントです.

1. はじめに    Caveats, overview, and authors.
2. 共通のオプション    Common options.
3. ファイル全体の出力    cat tac nl od
4. ファイルの内容の書式化    fmt pr fold
5. ファイルの一部の出力    head tail split csplit
6. ファイルの要約    wc sum cksum md5sum
7. ソートされたファイルの処理    sort uniq comm ptx tsort
8. 行のフィールドの処理    cut paste join
9. 文字の処理    tr expand unexpand
10. ソフトウェア・ツールボックスを開く(Opening the software toolbox)    The software tools philosophy.
索引    General index.

 -- 詳細なノードリスト ---

ファイル全体の出力

3.1 cat: ファイルを連結し書き込む    Concatenate and write files.
3.2 tac: 逆順にファイルを連結し書き込む    Concatenate and write files in reverse.
3.3 nl: 行に番号を付けファイルに書き込む    Number lines and write files.
3.4 od: 8進やその他の書式でファイルを書き出す    Write files in octal or other formats.

ファイル内容の書式化

4.1 fmt: 段落のテキストを再書式化する.    Reformat paragraph text.
4.2 pr: 印刷のためのファイルのページ化とコラム化    Paginate or columnate files for printing.
4.3 fold: 指定された幅に合わせるため,入力行を折り曲げる    Wrap input lines to fit in specified width.

ファイルの一部を出力

5.1 head: ファイルの最初の部分を出力    Output the first part of files.
5.2 tail: ファイルの最後の部分を出力    Output the last part of files.
5.3 split: ファイルを固定サイズの部分に分割    Split a file into fixed-size pieces.
5.4 csplit: ファイルを文脈で決定された部分に分割    Split a file into context-determined pieces.

ファイルの要約

6.1 wc: バイト,単語,行数を出力    Print byte, word, and line counts.
6.2 sum: チェックサムとブロック数を出力    Print checksum and block counts.
6.3 cksum: CRCチェックサムとバイトカウントを出力    Print CRC checksum and byte counts.
6.4 md5sum: メッセージダイジェストの出力と調査    Print or check message-digests.

ソートされたファイルの処理

7.1 sort: テキストファイルをソート    Sort text files.
7.2 uniq: ファイルのユニーク化    Uniquify files.
7.3 comm: 2つのソートされた行と行の比較    Compare two sorted files line by line.
7.5 ptx: 並べ替えた索引の生成    Produce a permuted index of file contents.
7.4 tsort: 位相幾何学的なソート    Topological sort.

ptx: Produce permuted indexes

7.5.1 一般的なオプション    Options which affect general program behavior.
7.5.2 文字セットの選択    Underlying character set considerations.
7.5.3 単語の選択と入力の処理    Input fields, contexts, and keyword selection.
7.5.4 出力の書式    Types of output format, and sizing the fields.
7.5.5 ptxのGNU拡張    The GNU extensions to ptx

行のフィールド上の処理

8.1 cut: 行の選択した部分の出力    Print selected parts of lines.
8.2 paste: ファイルの行を統合します    Merge lines of files.
8.3 join: 共通のフィールドで行を結合    Join lines on a common field.

文字上の処理

9.1 tr: 文字の変換,圧縮,そして/または,削除    Translate, squeeze, and/or delete characters.
9.2 expand: タブをスペースに変換    Convert tabs to spaces.
9.3 unexpand: スペースをタブに変換する    Convert spaces to tabs.

tr: 文字の変換,圧縮そして/または,削除

9.1.1 文字セットの指定    Specifying sets of characters.
9.1.2 変換    Changing one characters to another.
9.1.3 繰り返しの圧縮と削除    Squeezing repeats and deleting.
9.1.4 警告メッセージ    Warning messages.

ソフトウェアツールボックスを開く

ツールボックスの紹介    Toolbox introduction
I/O リダイレクション    I/O redirection
whoコマンド    The who command
cutコマンド    The cut command
sortコマンド    The sort command
uniqコマンド    The uniq command
ツールの統合    Putting the tools together