Go to the first, previous, next, last section, table of contents.


概念の索引

以下は,このマニュアルで議論してきたすべての問題の,sedコマンドと コマンドラインオプション以外の一般的な索引です.

Jump to: @ - a - b - c - d - e - f - g - h - i - l - m - n - p - q - r - s - t - u - v - w - z

@

  • @acronym{GNU} extensions, `/dev/stderr' file, @acronym{GNU} extensions, `/dev/stderr' file
  • @acronym{GNU} extensions, `/dev/stdin' file, @acronym{GNU} extensions, `/dev/stdin' file, @acronym{GNU} extensions, `/dev/stdin' file
  • @acronym{GNU} extensions, `/dev/stdout' file, @acronym{GNU} extensions, `/dev/stdout' file, @acronym{GNU} extensions, `/dev/stdout' file
  • @acronym{GNU} extensions, 0 address
  • @acronym{GNU} extensions, 0,addr2 addressing
  • @acronym{GNU} extensions, addr1,+N addressing
  • @acronym{GNU} extensions, addr1,~N addressing
  • @acronym{GNU} extensions, branch if s/// failed, @acronym{GNU} extensions, branch if s/// failed
  • @acronym{GNU} extensions, case modifiers in `s' commands
  • @acronym{GNU} extensions, checking for their presence, @acronym{GNU} extensions, checking for their presence
  • @acronym{GNU} extensions, evaluating Bourne-shell commands, @acronym{GNU} extensions, evaluating Bourne-shell commands
  • @acronym{GNU} extensions, extended regular expressions
  • @acronym{GNU} extensions, g and number modifier interaction in s command
  • @acronym{GNU} extensions, I modifier, @acronym{GNU} extensions, I modifier
  • @acronym{GNU} extensions, in-place editing, @acronym{GNU} extensions, in-place editing
  • @acronym{GNU} extensions, L command, @acronym{GNU} extensions, L command
  • @acronym{GNU} extensions, M modifier
  • @acronym{GNU} extensions, modifiers and the empty regular expression, @acronym{GNU} extensions, modifiers and the empty regular expression
  • @acronym{GNU} extensions, n~m addresses
  • @acronym{GNU} extensions, quitting silently, @acronym{GNU} extensions, quitting silently
  • @acronym{GNU} extensions, R command, @acronym{GNU} extensions, R command
  • @acronym{GNU} extensions, reading a file a line at a time, @acronym{GNU} extensions, reading a file a line at a time
  • @acronym{GNU} extensions, reformatting paragraphs, @acronym{GNU} extensions, reformatting paragraphs
  • @acronym{GNU} extensions, returning an exit code, @acronym{GNU} extensions, returning an exit code, @acronym{GNU} extensions, returning an exit code
  • @acronym{GNU} extensions, setting line length
  • @acronym{GNU} extensions, special escapes, @acronym{GNU} extensions, special escapes
  • @acronym{GNU} extensions, special two-address forms
  • @acronym{GNU} extensions, subprocesses, @acronym{GNU} extensions, subprocesses
  • @acronym{GNU} extensions, to basic regular expressions, @acronym{GNU} extensions, to basic regular expressions, @acronym{GNU} extensions, to basic regular expressions, @acronym{GNU} extensions, to basic regular expressions
  • @acronym{GNU} extensions, unlimited line length
  • @acronym{GNU} extensions, writing first line to a file
  • a

  • Additional reading about sed
  • addr1,+N
  • addr1,~N
  • Address, as a regular expression
  • Address, last line
  • Address, numeric
  • Addresses, in sed scripts
  • Append hold space to pattern space
  • Append next input line to pattern space
  • Append pattern space to hold space
  • Appending text after a line
  • b

  • Backreferences, in regular expressions
  • Branch to a label, if s/// failed, Branch to a label, if s/// failed
  • Branch to a label, if s/// succeeded
  • Branch to a label, unconditionally
  • Buffer spaces, pattern and hold
  • Bugs, reporting
  • c

  • Case-insensitive matching
  • Caveat -- #n on first line
  • Command groups
  • Comments, in scripts
  • Conditional branch, Conditional branch, Conditional branch
  • Copy hold space into pattern space
  • Copy pattern space into hold space
  • d

  • Delete first line from pattern space
  • Disabling autoprint, from command line
  • e

  • empty regular expression
  • Evaluate Bourne-shell commands
  • Evaluate Bourne-shell commands, after substitution
  • Exchange hold space with pattern space
  • Excluding lines
  • Extended regular expressions, choosing
  • Extended regular expressions, syntax
  • f

  • Files to be processed as input
  • Flow of control in scripts
  • g

  • Global substitution
  • Goto, in scripts
  • Greedy regular expression matching
  • Grouping commands
  • h

  • Hold space, appending from pattern space
  • Hold space, appending to pattern space
  • Hold space, copy into pattern space
  • Hold space, copying pattern space into
  • Hold space, definition
  • Hold space, exchange with pattern space
  • i

  • In-place editing, In-place editing
  • Inserting text before a line
  • l

  • Labels, in scripts
  • Last line, selecting
  • Line length, setting, Line length, setting
  • Line number, printing
  • Line selection
  • Line, selecting by number
  • Line, selecting by regular expression match
  • Line, selecting last
  • List pattern space
  • m

  • Mixing g and number modifiers in the s command
  • n

  • Next input line, append to pattern space
  • Next input line, replace pattern space with
  • Non-bugs, in-place editing
  • Non-bugs, p command and `-n' flag, Non-bugs, p command and `-n' flag
  • Non-bugs, regex syntax clashes
  • p

  • Parenthesized substrings
  • Pattern space, definition
  • Perl-style regular expressions, multiline
  • Portability, comments
  • Portability, line length limitations
  • Portability, p command and `-n' flag, Portability, p command and `-n' flag
  • POSIXLY_CORRECT behavior, empty regular expression
  • POSIXLY_CORRECT behavior, escapes
  • Print first line from pattern space
  • Printing line number
  • Printing text unambiguously
  • q

  • Quitting, Quitting, Quitting
  • r

  • Range of lines
  • Range with start address of zero
  • Read next input line
  • Read text from a file, Read text from a file, Read text from a file
  • Reformat pattern space, Reformat pattern space
  • Reformatting paragraphs, Reformatting paragraphs
  • Replace hold space with copy of pattern space
  • Replace pattern space with copy of hold space
  • Replacing all text matching regexp in a line
  • Replacing only nth match of regexp in a line
  • Replacing selected lines with other text
  • Requiring @acronym{GNU} sed, Requiring @acronym{GNU} sed
  • s

  • Script structure
  • Script, from a file
  • Script, from command line
  • sed program structure
  • Selecting lines to process
  • Selecting non-matching lines
  • Several lines, selecting
  • Slash character, in regular expressions
  • Spaces, pattern and hold
  • Special addressing forms
  • Standard input, processing as input
  • Stream editor
  • Subprocesses, Subprocesses
  • Substitution of text, options
  • t

  • Text, appending
  • Text, deleting
  • Text, insertion
  • Text, printing
  • Text, printing after substitution
  • Text, writing to a file after substitution
  • Transliteration
  • u

  • Unbuffered I/O, choosing
  • Usage summary, printing
  • v

  • Version, printing
  • w

  • Working on separate files
  • Write first line to a file
  • Write to a file
  • z

  • Zero, as range start address

  • Go to the first, previous, next, last section, table of contents.