Answers for "move files one level up linux"

0

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language