shelllings |
git clone https://git.davidvoz.net/shelllings.git
|
| 1 | #!/bin/sh |
| 2 | |
| 3 | # tar is another GNU compression tool that will be more likely used. |
| 4 | # It's more often used in compression of multiple files and folders. |
| 5 | # Same as before, using the --help option, try to find the problem with |
| 6 | # the command below. Don't worry about deleting the .tar.gz file. |
| 7 | |
| 8 | tar -czf exercises/ tests/ shelllings.sh shelllings.tar.gz |