Guest User

Untitled

a guest
Aug 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. How can I move files up one directory and delete old directory without specifically naming files?
  2. mv Data/NewDataCopy/* Data/
  3. rmdir Data/NewDataCopy
  4. mv ProtectedOrig/NewData/* ProtectedOrig/
  5. rmdir ProtectedOrig/NewData
Add Comment
Please, Sign In to add comment