Command-Line Syntax (UNIX in a Nutshell: System V Edition)
10.2. Command-Line Syntax
The syntax for invoking sed has two forms:
sed [-n] [-e] 'command' file(s)
sed [-n] -f scriptfile file(s)
The first form allows you to specify an editing command
on the command line, surrounded by single quotes.
The second form allows you to specify a scriptfile,
a file containing sed commands.
Both forms may be used together, and they may be used multiple times.
If no file(s) are specified, sed
reads from standard input.
The following options are recognized:
-nSuppress the default output; sed displays only those lines
specified with the p command or with the p
flag of the s command.
-e cmdNext argument is an editing command. Useful if multiple scripts
or commands are specified.
-f fileNext argument is a file containing editing commands.
If the first line of the script is #n,
sed behaves as if
-n had been specified.
10. The sed Editor10.3. Syntax of sed Commands
Copyright © 2003 O'Reilly & Associates. All rights reserved.
Wyszukiwarka
Podobne podstrony:
ch10 (9)ch10ch10CH10 (17)ch10ch10ch10BW ch10ch10ch10ch10ch10 (21)ch10ch10ch10ch10ch10więcej podobnych podstron