Lines Matching full:text

61 This narrative introduction to the use of the text editor
63 assumes no prior familiarity with computers or with text editing.
68 fundamental steps of writing and revising a file of text.
70 a version of the text editor
97 Entering text\ \ \ 5
99 Text input mode\ \ \ 6
101 Writing text to disk\ \ \ 7
107 Adding more text to the file\ \ \ 8
116 Saving the modified text\ \ \ 12
121 Bringing text into the buffer (e)\ \ \ 13
122 Moving text in the buffer (m)\ \ \ 13
154 Text editing using a terminal connected to a computer
155 allows you to create, modify, and print text
159 text editor
163 as you create and modify text.
164 The text editor you will learn here is named
166 Creating text using edit is as easy as typing it
168 Modifying text involves telling the text editor
170 You can review your text
175 document), a text formatter,
176 rearranges your text
180 or with text editing.
181 They consist of a series of text editing sessions
183 of creating and revising text.
186 for the actual process of text editing.
189 computer to write and modify text.
190 In addition to the actual use of the text editor,
208 or editing your text.
220 is the name of the \s-2UNIX\s0 text editor you will be learning to use,
221 and is a program that aids you in writing or revising text.
228 such as programs, data or text.
261 for the duration of a session of text editing
263 the text file.
354 want to work with edit, the text editor.
356 a name for the file of text you are about to create.
361 you have selected; for example, ``text''.
365 % \fBedit text\fP \fI(followed by a \s-2RETURN\s+2)\fR
373 Since ``text'' is a new file we are about to create
410 % \fBedit text\fP
415 Entering text
417 You may now begin entering text into the buffer.
418 This is done by \fIappending\fP (or adding) text to whatever
421 you are appending text to nothing;
423 since you are adding text to nothing
424 you are creating text.
432 The command to input text is ``append''.
438 % \fBedit text
453 For example, if you misspell the command to input text by typing,
471 Text input mode
476 text input mode,
482 When you enter text input mode,
486 while in text input mode.
491 You may append as much text as you want, and
493 when you wish to stop entering text lines you should
498 you signal that you want to stop appending text,
500 you to exit text input mode and reenter command mode.
504 Leaving append mode does not destroy the text in
508 such as changing, adding, or printing text.
519 lesson about computers and text: a blank space is
523 you will remain in append mode with the last line of text
538 This is some sample text.
539 And thiss is some more text.
540 Text editing is strange, but nice.
576 Text edtiing is strange, but@
577 Text editing is strange, but nice.
592 Writing text to disk
594 You are now ready to edit the text. One common operation
595 is to write the text to disk as a file for safekeeping
601 importance only to entering the text.
614 you entered the editor, in this case ``text''.
633 :\|\fBwrite text
641 \s-2UNIX\s0 text editor, and are ready to quit the session with edit.
669 This is the end of the first session on \s-2UNIX\s0 text editing.
695 % edit text
701 the file named ``text'' for editing,
703 90 characters of text into the buffer.
707 In this session, we will append more text to our file,
708 print the contents of the buffer, and learn to change the text of a line.
710 Adding more text to the file
713 text you may do so by using the append command to enter text input mode.
721 This is text added in Session 2.
744 If you are appending text at the time,
747 The line of text you were typing
767 Having appended text to what you wrote in Session 1,
786 This is some sample text.
787 And thiss is some more text.
788 Text editing is strange, but nice.
789 This is text added in Session 2.
821 In looking over the text we see that
830 We can find ``thiss'' in the text we have
834 of text looking for ``thiss'' and stop searching when
850 the characters ``thiss'', it will print the line of text
853 And thiss is some more text.
890 And thiss is some more text.
909 And thiss is some more text.
921 giving both the number and the text of each printed line.
922 To see the number and the text of the current line type
926 \0\0\0\0\02\0\0And thiss is some more text.
987 And this is some more text.
1009 Text editing is strange, but nice.
1015 Text editing is nice.
1038 \fB/strange/\fP tells edit to find the characters ``strange'' in the text
1054 is a real character to a computer, and in editing text
1064 viewing large sections of text.
1065 You can ask to see a screen full of text at a time
1077 If you want to read the next segment of text, type the command
1087 a section of text on a hard-copy terminal.
1089 Saving the modified text
1137 This is the end of the second session on \s-2UNIX\s0 text editing.
1142 Bringing text into the buffer (e)
1153 % \fBedit text\fR
1160 will bring a copy of the file named ``text'' into
1166 :\|\fBe text
1175 the buffer and bring a copy of the file ``text'' into the buffer
1186 Moving text in the buffer (m)
1188 Edit allows you to move lines of text
1206 the moved text is to be placed.
1218 Let's move some text using the command:
1230 use the print (p), z, or number (nu) command to view more text.
1233 This is some sample text.
1236 And this is some more text.
1237 Text editing is nice.
1238 This is text added in Session 2.
1247 :\|\fB/And this is some/,/This is text/m/This is some sample/
1283 This is text added in Session 2.
1291 which is ``This is text added in Session 2.''
1310 This is text added in Session 2.
1317 the line containing the indicated text,
1320 until it finds the text.
1331 This is some sample text.
1332 And this is some more text.
1333 Text editing is nice.
1336 And this is some more text.
1337 Text editing is nice.
1338 This is text added in Session 2.
1343 And this is some more text.
1344 Text editing is nice.
1363 :\|\fB/And this is some/,/Text editing is nice./d
1435 And this is some more text.
1440 the text of the line which is now ``dot'' (the current line).
1459 and if we type ``\fB.\fR'' we are asking for the text of the line.
1487 read if you remember some of its text,
1560 insert new text in their place.
1565 and then switch to text input mode to
1566 accept the text that will replace them.
1569 This is some sample text.
1570 And this is some more text.
1574 This text was created with the \s-2UNIX\s0 text editor.
1582 This text was created with the \s-2UNIX\s0 text editor.
1595 and places you in text input mode.
1596 Any text typed on the following lines will be inserted into
1599 You will remain in text input mode until you exit in the usual way,
1606 This is the end of the third session on text editing with \s-2UNIX\s0.
1640 (say, ``text'')
1643 :\|\fBg/text/p
1648 in the buffer containing the characters ``text''.
1658 to change all instances of the word ``text'' to the word ``material''
1662 :\|\fBg/text/s/text/material/g
1667 each and every instance of ``text'' to ``material''.
1671 instance of ``text'' \fIin each line\fR will be changed
1677 :\|\fB5s/text/material/g
1680 to change every instance of ``text'' in line 5 alone.
1681 Further, neither command will change ``text'' to ``material''
1682 if ``Text'' begins with a capital rather than a lower-case
1690 :\|\fBg/text/s/text/material/gp
1712 on a small file of text to see what it can do for you.
1721 To change ``text'' to ``texts'' we may type either
1723 :\|\fB/text/s/text/texts/
1729 :\|\fB/text/s//texts/
1772 :\|\fBs/text/texts/
1777 :\|\fB/text/&
1786 containing the characters ``text''.
1796 :\|\fBg/text.$/s//material./p
1799 tells the editor to search for all lines ending in ``text.''
1801 to change each final ``text.'' to ``material.'',
1912 .\"either the editor's copy of the existing file ``text''
1936 To use it, specify the line after which the new text will be placed,
2176 edit (text editor), 3, 5, 23
2184 edit (text editor), 3, 5, 23
2208 entering text, 3, 6-7
2215 ex (text editor), 23
2273 text input mode, 7