Answers for "copy file in terminal windows"

1

copy file command line

copy c:datafile_name.txt D:backupfile_new_name.txt
copy c:datafile_name.txt D:backup
Posted by: Guest on April-02-2021
0

copy paste file terminal

cp [sourcefile] [destinationfile]
Posted by: Guest on April-12-2021

Code answers related to "copy file in terminal windows"

Browse Popular Code Answers by Language