Guest User

Untitled

a guest
Nov 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. mv * ../
  2.  
  3. mv myfiles/* .
  4.  
  5. cd /path/to/httpdocs
  6. cp -r myfiles/* .
  7. rm -r myfiles/
Add Comment
Please, Sign In to add comment