Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/tasks/copy4.html
Дата изменения: Fri Jan 17 12:43:23 1997
Дата индексирования: Mon Oct 1 22:51:41 2012
Кодировка:

Поисковые слова: изучение луны
Copying files from another directory

Copying files from another directory

To copy a file from another directory to your current directory give the pathname to the source file followed by the name of the destination file.

   cp path_to_source_file destination

For the destination file to have the same name as the source file use:

   cp path_to_source_file .

The . (dot) is shorthand for the current working directory.


[Home] [Search] [Index]