Answers for "move all files one level up linux"

1

move files one level up linux

#With the folder called 'myfolder'
# and up one level in the file hierarchy (the point you want it to put) the command would be:
mv myfolder/* .
Posted by: Guest on June-21-2021
4

linux move all files up a directory

mv myfolder/* .
Posted by: Guest on July-05-2020

Code answers related to "move all files one level up linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language