Answers for "cmd move all files to parent directory"

0

cmd move all files to parent directory

// navigate to the target folder,open cmd there and
 // execute mv * .. it will move all files to one level UP
>  mv * ..
Posted by: Guest on May-04-2021

Code answers related to "cmd move all files to parent directory"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language