linux command move print copy
Answers
Answered by
1
When you want to move files from one place to another and you don't want to duplicate it, then mv command is absolutely right for this task. mv command is a command that similar to cp, but it does not create a copy/duplicate of files or directories.
hope this answer helpful
shraddha7916:
how
Answered by
1
mv: Moving (and Renaming) Files. The mv command lets you move a file from one directory location to another. ...
cp: Copying Files. A basic example of the cp command to copy files (keep the original file and make a duplicate of it) might look like: cp joe_expenses cashflow. .
Similar questions