Answers for "copy and paste file in linux shell"

0

copy and paste file in linux shell

# use cp for copy pasting BOTH files and folders in linux shell
cp source_file target_file
cp source_dir target_dir
Posted by: Guest on February-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language