home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: visual Chapter 9
The Ex Editor
Next: Reference: write
 

write

[

address

] 

w

[

!

] [[

>>

] 

file

]

Write lines specified by address to file , or write full contents of buffer if address is not specified. If file is also omitted, save the contents of the buffer to the current filename. If >> file is used, write contents to the end of an existing file . The ! flag forces the editor to write over any current contents of file .


Previous: Reference: visual UNIX in a Nutshell: System V Edition Next: Reference: write
Reference: visual Book Index Reference: write

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System