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", withoutwriting the full path? Thanks.
