Which two commands do the same thing?

Which two commands do the same thing?


Answer:
- tar c foo | gzip > foo.tar.gz
- tar czf foo.tar.gz foo


Linux

Learn More Multiple Choice Question :