代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243498
3c l11.3c
#print
This is a little trickier. The directions
for this step are in a file whose
name begins with "p". Print that file;
it will tell you what to do. Then type "ready".
#create delaware
narrowsbur
www.eeworm.com/read/101082/6243501
1b l13.1b
#print
There is a file in this directory whose name begins
with 'z'. Do what it tells you to, then type "ready".
#create X1
#create X2
#create zip
Rename the file named "mary" to "joe".
#create joe
I
www.eeworm.com/read/101082/6243502
1f l13.1f
#print
Suppose you have two files named "dick" and "jane", and you
want to interchange them, so that "dick" contains whatever
was originally in "jane", and "jane" contains what was in "dick".
Will thi
www.eeworm.com/read/101082/6243503
3c l10.3c
#print
You can remove several files at once with the
"rm" command; for example,
rm tom dick harry
will remove the files "tom", "dick", and "harry".
There are two files in this directory named
for bi
www.eeworm.com/read/101082/6243505
1d l13.1d
#print
There are several files in this directory whose names
begin with "easy". Remove them, then type "ready".
#create X1
#create X2
#
ls >X2
#create easy1
#create easyer
#create easyrider
#create ea
www.eeworm.com/read/101082/6243506
3d l10.3d
#print
You can also use "*" and "?" with
the "rm" command. BUT BE VERY CAREFUL
since, for example, "rm *" will throw away
ALL the files in a directory.
In this directory are some files named
chunk1,
www.eeworm.com/read/101082/6243508
2b l11.2b
#print
Contrast
cp old new
with
mv old new
as commands; both cause "new" to appear,
but "cp" does not remove "old".
Both, by the way, destroy anything
that happened to be around named "new".
There
www.eeworm.com/read/101082/6243509
1d l0.1d
#print
File names are essentially arbitrary,
although usually one names files sensibly:
the files that make up a memo
might be called "memo1", "memo2", etc.
The contents of a file are also entirely u
www.eeworm.com/read/101082/6243511
3b l3.3b
#print
Of course, you can print any file with "cat".
In particular, it is common to first use
"ls" to find the name of a file and then "cat"
to print it. Note the difference between
"ls", which tells
www.eeworm.com/read/101082/6243512
2b l2.2b
#print
Now your directory contains a file with a name
that starts with "a" (like "adam", "arthur", etc.).
Find out what it is using the "ls" command
and change its name to "martin".
Then type "ready".