Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $ cd /path/to/new/files
  2. $ tar -cf temp.tar *
  3. $ cd /path/to/working/application
  4. $ tar -xf /path/to/new/files/temp.tar
Add Comment
Please, Sign In to add comment