cp /from/path/file .

will copy "file" into the current directory. More generally

cp /from/path/file ./file2

to change the file name.

Regards,

John

Ioannis Vranos wrote:
How may one specify the current directory as destination, for example to "cp", without
writing the full path?


Thanks.

Reply via email to