Go to the first, previous, next, last section, table of contents.
熟練した sed プログラマは、以下のことに注意すべきです:
-
置換文字列中の後方参照では "\" ではなく、"$" を使います。
-
パターンマッチのメタ文字 "(", ")", "|" は、前にバックスラッシュを置いて
エスケープする必要はありません。
-
範囲演算子は、コンマではなく "..." です。
Go to the first, previous, next, last section, table of contents.