압축을 풀지 않고 backup.tar.gz 의 멤버를 나열하는 명령은 무엇인가요?
backup.tar.gz
tar -tzf backup.tar.gz
tar -czf backup.tar.gz
tar -xzf backup.tar.gz
cat backup.tar.gz