June 2003
Beginner to intermediate
944 pages
43h 1m
English
w
[address1[,address2]]w file
Append contents of pattern space to file. This action occurs when the command is encountered, rather than when the pattern space is output. Exactly one space must separate the w and the filename. This command will create the file if it does not exist; if the file does exist, its contents will be overwritten each time the script is executed. Multiple write commands that direct output to the same file append to the end of the file.
# Store tbl and eqn blocks in a file: /^\.TS/,/^\.TE/w troff_stuff /^\.EQ/,/^\.EN/w troff_stuff
Read now
Unlock full access