Published in: Bash
|
|
|
Expand |
Embed | Plain Text
tar czf application.tar.gz application/
Comments
Subscribe to comments
You need to login to post a comment.
Published in: Bash
|
|
|
tar czf application.tar.gz application/
Subscribe to comments
You need to login to post a comment.
and now with BZIP2 compression
tar -jpcvf application.bzip2 application/