shelllings

a practical way to learn shell
git clone https://git.davidvoz.net/shelllings.git
index
logs
tree
license

30_tar.sh
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
8tar -czf exercises/ tests/ shelllings.sh shelllings.tar.gz