Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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 * ..
 
PREVIOUS NEXT
Tagged: #cmd #move #files #parent #directory
ADD COMMENT
Topic
Name
3+7 =