You type
gzip myfile.tar
. What happens? (choose two)
myfile.tar
is removedmyfile.tar.gz
holds a compressed version of myfile.tar- An error; you forgot to specify the file with
–f
myfile.tar
is unarchived into the current directory- An error; you forgot to pass the name of the output file
Please login or Register to submit your answer