代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243385
2b l32.2b
#print
Or, to take another example, the command
s/h./ar/
would turn the word "that" into "tart": the '.' matches
the 'a'. What would that command change the
word "what" into? Reply "answer WORD" w
www.eeworm.com/read/101082/6243386
2a l70.2a
#print
Perhaps the most powerful editor command is the 'g'
(global) command. This command selects sets of lines
on which other commands are executed. For example,
g/abc/p
prints all lines on which
www.eeworm.com/read/101082/6243554
1a l1.1a
#print
This is a sequence of lessons in the use of the text-editing
program called 'vi'. 'Vi' stands for 'Visual' and is really a
screen-oriented mode of the editor 'ex'. It allows you to create
www.eeworm.com/read/101082/6243559
2 l1.2
#print
So far, you've learned how to force vi to listen to you (the Escape
key), to redraw the screen (the ^L or ^R command), how to get out of vi
(the :q command), and how to quit even when vi th
www.eeworm.com/read/101082/6243563
3 l6.3
#print
Misc. Useful Features - The Outer Editor II
When you invoke vi, you execute a command like 'vi '.
If you want to look at several files, one at a time, you can use a command l
www.eeworm.com/read/101082/6243571
2 l3.2
#print
Basic Alteration - Insert and Delete II
Now we'll see how to change things at a larger scale than individual
characters. Suppose you wanted to put a blank line into your file. You could
www.eeworm.com/read/101082/6243763
c srvrsmtp.c
#ifndef lint
static char *sccsid = "@(#)srvrsmtp.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1987 by
www.eeworm.com/read/101082/6244407
5 crontab.5
.TH crontab 5
.SH Name
crontab \- clock daemon table file
.SH Syntax
.B /usr/lib/crontab
.SH Description
.NXR "crontab file"
.NXR "crontab file" "format"
.NXR "clock daemon" "crontab file"
The
.PN cro
www.eeworm.com/read/101082/6244414
5 fstab.5
.\" SCCSID: @(#)fstab.5 8.1 9/11/90
.TH fstab 5
.SH Name
fstab \- file containing static information about known file systems
.SH Description
.NXR "fstab file" "format"
.NXR "file system" "getting in
www.eeworm.com/read/101082/6244434
8c fingerd.8c
.TH fingerd 8c
.SH Name
fingerd \- remote user information server
.SH Syntax
.B /etc/fingerd
.SH Description
.NXR "fingerd program"
The
.PN fingerd
program is a protocol that provides an interface t