Answers for "copy some file from other directory to current directry linux"

0

Copy File from One Directory to Another in Linux

cp -v my_file.txt my_file2.txt my_file3.txt /new_directory
Posted by: Guest on December-27-2021
0

copy a file from home directory to other directory in linux

cp kernel.bin /home/username/cdrom/boot
Posted by: Guest on August-22-2021

Code answers related to "copy some file from other directory to current directry linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language