Answers for "mv terminal"

3

move command in linux

move command : mv filename dirname
remove command : rm -r filename
copy command : cp filename dirname
zip command : zip -r filename.zip foldername
unzip command : unzip filename.zip -d dirname
Posted by: Guest on August-24-2020
0

command line move file

mv file.txt ~/Desktop/Folder
Posted by: Guest on December-03-2020

Browse Popular Code Answers by Language