Answers for "mv all files in directory to parent"

0

mv all files in directory to parent

cd to/the/dir
mv * ../
Posted by: Guest on May-23-2021

Code answers related to "mv all files in directory to parent"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language