FINAL
TRIM
SIZE
:
7.0
in
x
8.5
in
4
Mo
ving
and
Cop
ying
Files
betw
een
Directories
The
mv
command
can
b e
used
to
mov
e
les
from
one
lename
to
another
or
from
one
directory
to
another.
F
or
example,
to
mov
e
myfile
in
to
the
projects
directory
,
t
yp e:
$
cd
Move
to
your
home
dir
e
ctory
rst.
$
mv
myfile
projects
The
general
form
of
the
mv
command
is
as
follo
ws:
mv
fr
om
p
ath
to
p
ath
where
fr
om
p
ath
is
the
le
name
or
path
name
of
the
le
y
ou
w
an
t
to
mov
e,
and
to
p
ath
is
the
name
of
the
path
where
y
ou
are
moving
the
le.
Cop
ying
Files
T
o
cop
y
a
le
in
to
a
dieren
t
directory
,
use
the
cp
command.
F
or
example,
to
make
a
cop
y
of
myfile
named
myfile2
in
the
projects
directory
,
t
yp e:
$
cp
myfile
projects/myfile2
T
o
make
a
new
v
ersion
of
myfile2
named
myfile3
in
y
our
curren
t
directory
,
t
yp e:
$
cp
projects/myfile2
myfile3
The
general
form
of
the
cp
command
is
as
follo
ws:
cp
fr
om
p
ath
to
p
ath
where
fr
om
p
ath
is
the
le
name
or
path
name
of
the
le
y
ou
w
an
t
to
cop
y
,
and
to
p
ath
is
the
path
name
of
the
directory
or
le
to
whic
h
y
ou
are
cop
ying.
Caution
If
y
ou
cop
y
a
le
to
a
directory
,
ev
en
if
the
directory
has
the
same
name
as
the
le,
the
directory
will
not
b e
destroy
ed.
But
a
le
of
the
same
name
in
that
directory
w
ould
b e.
As
a
general
rule,
b efore
using
mv
or
cp ,
use
ls
or
lsf
to
ensure
that
the
target
le
name
to
whic
h
y
ou
w
an
t
to
mov
e
or
cop
y
do esn't
already
exist.
DRAFT
2/5/97
11:31
Using
the
Command
Line
4-9
Содержание 745i/100
Страница 7: ...FINAL TRIM SIZE 7 0 in x 8 5 in VCCI Statement Japan Only DRAFT 2 5 97 11 31 vii ...
Страница 26: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...
Страница 112: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...
Страница 174: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...
Страница 190: ...FINAL TRIM SIZE 7 0 in x 8 5 in ...