/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Tar tar -czf filename.tar.gz dir # Untar tar xfz filename.tar.gz
Comments
Subscribe to comments
