Top
||
Section Contents
||
Permuted Index
SavaJe OS
1.1.0
cp copy files
cp [-firv]source
dest
Copy source
to dest
.
-f
|
force: never prompt, and ignore nonexistent files |
-i
|
prompt before overwriting files |
-r
|
copy recursively |
-v
|
explain actions |
cp /ramfs/addressbook.dat /cf0
Copy the file addressbook.dat
in the /ramfs
directory to
the compact flash (directory /cf0
).